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:
parent
3c0dc2839d
commit
5641dba450
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue