Add Traefik priority to ensure /tbff path is matched

This commit is contained in:
Jeff Emmett 2026-01-29 18:23:32 +00:00
parent a755297c23
commit f613f9f873
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.flow-funding.rule=Host(`flowidity.io`) && PathPrefix(`/tbff`)"
- "traefik.http.routers.flow-funding.priority=100"
- "traefik.http.routers.flow-funding.middlewares=flow-funding-stripprefix"
- "traefik.http.middlewares.flow-funding-stripprefix.stripprefix.prefixes=/tbff"
- "traefik.http.services.flow-funding.loadbalancer.server.port=3000"