fix: use separate web+websecure routers with tls=true (match ai-orchestrator pattern)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
02e5e0a02c
commit
5f2a36f2c9
|
|
@ -12,7 +12,10 @@ services:
|
|||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.mermaid-animator.rule=Host(`mermaid.jeffemmett.com`)"
|
||||
- "traefik.http.routers.mermaid-animator.entrypoints=web,websecure"
|
||||
- "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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue