EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
49 stars 8 forks source link

Replace traefik user-template with context-template. #245

Closed EnigmaCurry closed 3 months ago

EnigmaCurry commented 3 months ago

Traefik config that is specific to a given Docker context is to be put in a sub-directory: traefik/config/context-template/${DOCKER_CONTEXT}/*.yml. The entire context-template directory is in .gitignore.

Fixes #244