fix: add http router for frontend to support cloudflare flexible ssl
This commit is contained in:
parent
6da108c31a
commit
37fd5efc9a
1 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ services:
|
||||||
- "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"
|
||||||
|
- "traefik.http.routers.mtad-frontend.service=mtad-frontend"
|
||||||
|
- "traefik.http.routers.mtad-frontend-http.rule=Host(`mtd.runfoo.run`)"
|
||||||
|
- "traefik.http.routers.mtad-frontend-http.entrypoints=web"
|
||||||
|
- "traefik.http.routers.mtad-frontend-http.service=mtad-frontend"
|
||||||
- "traefik.http.services.mtad-frontend.loadbalancer.server.port=3000"
|
- "traefik.http.services.mtad-frontend.loadbalancer.server.port=3000"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue