fix: remove websecure router (Cloudflare handles TLS termination)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 12:30:41 -07:00
parent dce5cc97ab
commit 5ccf368493
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.mermaid-animator.rule=Host(`mermaid.jeffemmett.com`)"
- "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: