fix: update domain to mermaid.rspace.online, simplify Traefik labels
Remove TLS/websecure router (Cloudflare handles TLS), add priority for correct routing alongside rspace-canvas wildcard. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5f2a36f2c9
commit
d5a64089ab
|
|
@ -11,11 +11,9 @@ services:
|
|||
- traefik-public
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.mermaid-animator.rule=Host(`mermaid.jeffemmett.com`)"
|
||||
- "traefik.http.routers.mermaid-animator.rule=Host(`mermaid.rspace.online`)"
|
||||
- "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.routers.mermaid-animator.priority=100"
|
||||
- "traefik.http.services.mermaid-animator.loadbalancer.server.port=3999"
|
||||
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue