fix: enable traefik for frontend service
This commit is contained in:
parent
cf636e9114
commit
49e63e7e05
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ services:
|
|||
environment:
|
||||
NEXT_PUBLIC_API_BASE_URL: https://mtd.runfoo.run/api/v1
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.mtad-frontend.rule=Host(`mtd.runfoo.run`)"
|
||||
- "traefik.http.routers.mtad-frontend.entrypoints=websecure"
|
||||
- "traefik.http.routers.mtad-frontend.tls.certresolver=letsencrypt"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue