Add Traefik priority to ensure /tbff path is matched
This commit is contained in:
parent
a755297c23
commit
f613f9f873
|
|
@ -7,6 +7,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.flow-funding.rule=Host(`flowidity.io`) && PathPrefix(`/tbff`)"
|
- "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.routers.flow-funding.middlewares=flow-funding-stripprefix"
|
||||||
- "traefik.http.middlewares.flow-funding-stripprefix.stripprefix.prefixes=/tbff"
|
- "traefik.http.middlewares.flow-funding-stripprefix.stripprefix.prefixes=/tbff"
|
||||||
- "traefik.http.services.flow-funding.loadbalancer.server.port=3000"
|
- "traefik.http.services.flow-funding.loadbalancer.server.port=3000"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue