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:
parent
2c3e28b8d1
commit
6da2cee425
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue