fix: add Traefik priority 130 to override rspace-online routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-25 14:30:24 -08:00
parent 499974c361
commit 62258f60d6
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.rvote.rule=Host(`rvote.online`) || Host(`www.rvote.online`) || HostRegexp(`{subdomain:[a-z0-9-]+}.rvote.online`)"
- "traefik.http.routers.rvote.entrypoints=web"
- "traefik.http.routers.rvote.priority=130"
- "traefik.http.services.rvote.loadbalancer.server.port=3000"
- "traefik.docker.network=traefik-public"
environment: