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:
Jeff Emmett 2026-02-25 14:30:36 -08:00
parent f5c61a3992
commit 6898fee809
1 changed files with 1 additions and 0 deletions

View File

@ -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: