Set higher Traefik priority for y-websocket router

Priority 140 ensures collab-ws.rnotes.online routes to the
y-websocket server instead of being caught by the wildcard
HostRegexp at priority 100.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-31 19:37:30 -07:00
parent f35ed40a63
commit ca5c30c844
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.rnotes-yws.rule=Host(`collab-ws.rnotes.online`)"
- "traefik.http.routers.rnotes-yws.entrypoints=web"
- "traefik.http.routers.rnotes-yws.priority=140"
- "traefik.http.services.rnotes-yws.loadbalancer.server.port=1234"
cap_drop:
- ALL