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:
parent
f35ed40a63
commit
ca5c30c844
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue