fix: add Traefik priority to avoid rspace wildcard conflict

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 15:04:39 -07:00
parent d9dec8ba5b
commit 688f82e024
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.myco-dashboard.rule=Host(`simulate.rspace.online`)"
- "traefik.http.routers.myco-dashboard.entrypoints=web"
- "traefik.http.routers.myco-dashboard.priority=150"
- "traefik.docker.network=traefik-public"
- "traefik.http.services.myco-dashboard.loadbalancer.server.port=8501"
- "traefik.http.services.myco-dashboard.loadbalancer.healthcheck.path=/_stcore/health"
- "traefik.http.services.myco-dashboard.loadbalancer.healthcheck.interval=30s"