fix: add web entrypoint router for Cloudflare tunnel routing

Cloudflare tunnel hits port 80 (web), needs both web and websecure routers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 12:29:08 -07:00
parent 2ab101eda0
commit dce5cc97ab
1 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,10 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.mermaid-animator.rule=Host(`mermaid.jeffemmett.com`)"
- "traefik.http.routers.mermaid-animator.entrypoints=websecure"
- "traefik.http.routers.mermaid-animator.tls.certresolver=letsencrypt"
- "traefik.http.routers.mermaid-animator.entrypoints=web"
- "traefik.http.routers.mermaid-animator-secure.rule=Host(`mermaid.jeffemmett.com`)"
- "traefik.http.routers.mermaid-animator-secure.entrypoints=websecure"
- "traefik.http.routers.mermaid-animator-secure.tls=true"
- "traefik.http.services.mermaid-animator.loadbalancer.server.port=3999"
networks: