forked from colin/resume
2
0
Fork 0

Update stack.production.yml

This commit is contained in:
colin 2024-03-03 22:16:29 +00:00
parent 060a7d065b
commit c0e0e6b2a4
1 changed files with 8 additions and 8 deletions

View File

@ -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"