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:36 -08:00
parent 3c0dc2839d
commit 5641dba450
1 changed files with 1 additions and 0 deletions

View File

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