forked from colin/resume
2
0
Fork 0

Update stack.production.yml

This commit is contained in:
colin 2024-11-11 10:38:24 -05:00
parent dbe752af88
commit 56c75fa0c3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
networks:
traefik:
external: true
services:
resume:
image: git.nixc.us/colin/resume:production
@ -20,11 +21,10 @@ services:
traefik.enable: "true"
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.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.production_resume.middlewares: "authelia@docker"
networks:
traefik:
traefik: