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:
parent
4736c202bc
commit
fe8043b1d7
|
|
@ -24,6 +24,7 @@ services:
|
|||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.rwallet.rule=Host(`rwallet.online`) || Host(`www.rwallet.online`) || Host(`wallets.bondingcurve.tech`) || HostRegexp(`{subdomain:[a-z0-9-]+}.rwallet.online`)"
|
||||
- "traefik.http.routers.rwallet.entrypoints=web"
|
||||
- "traefik.http.routers.rwallet.priority=130"
|
||||
- "traefik.http.services.rwallet.loadbalancer.server.port=80"
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:80/"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue