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:
parent
f5c61a3992
commit
6898fee809
|
|
@ -20,6 +20,7 @@ services:
|
|||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.rsocials.rule=Host(`rsocials.online`) || Host(`www.rsocials.online`) || HostRegexp(`{subdomain:[a-z0-9-]+}.rsocials.online`)"
|
||||
- "traefik.http.routers.rsocials.entrypoints=web"
|
||||
- "traefik.http.routers.rsocials.priority=130"
|
||||
- "traefik.http.services.rsocials.loadbalancer.server.port=3000"
|
||||
- "traefik.docker.network=traefik-public"
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Reference in New Issue