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
8078f70955
commit
784ce54102
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue