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:
Jeff Emmett 2026-04-01 14:01:55 -07:00
parent 5f2a36f2c9
commit d5a64089ab
1 changed files with 2 additions and 4 deletions

View File

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