diff --git a/stack.production.yml b/stack.production.yml index 764a3fb..7011eed 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -20,19 +20,19 @@ services: labels: us.nixc.autodeploy: "true" traefik.enable: "true" - traefik.http.routers.resume_resume.tls: "true" - traefik.http.services.resume_resume.loadbalancer.server.port: "8080" - traefik.http.routers.resume_resume.rule: "Host(`resume.colinknapp.com`, `colinknapp.com`)" - traefik.http.routers.resume_resume.entrypoints: "websecure" - traefik.http.routers.resume_resume.tls.certresolver: "letsencryptresolver" - traefik.http.routers.resume_resume.service: "resume_resume" + traefik.http.routers.production_resume.tls: "true" + traefik.http.services.production_resume.loadbalancer.server.port: "8080" + traefik.http.routers.production_resume.rule: "Host(`resume.colinknapp.com`, `colinknapp.com`)" + traefik.http.routers.production_resume.entrypoints: "websecure" + traefik.http.routers.production_resume.tls.certresolver: "letsencryptresolver" + traefik.http.routers.production_resume.service: "production_resume" traefik.docker.network: "traefik" -# traefik.http.routers.resume_resume.middlewares: "authelia@docker" +# traefik.http.routers.production_resume.middlewares: "authelia@docker" networks: traefik: # logging: # driver: "gelf" # options: # gelf-address: "udp://log.nixc.us:15124" - # tag: "resume_resume" + # tag: "production_resume"