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:31:59 -08:00
parent 4736c202bc
commit fe8043b1d7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.rwallet.rule=Host(`rwallet.online`) || Host(`www.rwallet.online`) || Host(`wallets.bondingcurve.tech`) || HostRegexp(`{subdomain:[a-z0-9-]+}.rwallet.online`)"
- "traefik.http.routers.rwallet.entrypoints=web"
- "traefik.http.routers.rwallet.priority=130"
- "traefik.http.services.rwallet.loadbalancer.server.port=80"
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:80/"]