Add Traefik priority 130 to ensure standalone routing over rSpace

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-22 22:53:12 +00:00
parent 2c3e28b8d1
commit 6da2cee425
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.rnotes.rule=Host(`rnotes.online`) || Host(`www.rnotes.online`)"
- "traefik.http.routers.rnotes.entrypoints=web"
- "traefik.http.routers.rnotes.priority=130"
- "traefik.http.services.rnotes.loadbalancer.server.port=3000"
networks:
- traefik-public