fix: add http router for frontend to support cloudflare flexible ssl

This commit is contained in:
fullsizemalt 2025-11-20 02:02:51 -08:00
parent 6da108c31a
commit 37fd5efc9a

View file

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