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

rspace-online claims all rApp base domains at priority 120.
Individual apps need higher priority to serve their own content.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-25 14:26:24 -08:00
parent 8078f70955
commit 784ce54102
1 changed files with 1 additions and 0 deletions

View File

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