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:
|
environment:
|
||||||
NEXT_PUBLIC_API_BASE_URL: https://mtd.runfoo.run/api/v1
|
NEXT_PUBLIC_API_BASE_URL: https://mtd.runfoo.run/api/v1
|
||||||
labels:
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.mtad-frontend.rule=Host(`mtd.runfoo.run`)"
|
- "traefik.http.routers.mtad-frontend.rule=Host(`mtd.runfoo.run`)"
|
||||||
- "traefik.http.routers.mtad-frontend.entrypoints=websecure"
|
- "traefik.http.routers.mtad-frontend.entrypoints=websecure"
|
||||||
- "traefik.http.routers.mtad-frontend.tls.certresolver=letsencrypt"
|
- "traefik.http.routers.mtad-frontend.tls.certresolver=letsencrypt"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue