We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10459a commit 62a0f8aCopy full SHA for 62a0f8a
docker-compose.deploy.yml
@@ -73,6 +73,8 @@ services:
73
- traefik.enable=true
74
- traefik.http.middlewares.workspaces-backend-emulation.replacepathregex.regex=^/api/v1/(.*)
75
- traefik.http.middlewares.workspaces-backend-emulation.replacepathregex.replacement=/api/v2/$$1/
76
+ - traefik.http.middlewares.workspaces-backend-emulation2.compress=true
77
+ - traefik.http.middlewares.workspaces-backend-emulation=workspaces-backend-emulation2,workspaces-backend-emulation
78
- traefik.http.routers.workspaces-backend.rule=Host(`${WS_API_HOST}`)
79
- traefik.http.services.workspaces-backend.loadbalancer.server.port=5000
80
- traefik.http.routers.workspaces-backend.middlewares=workspaces-backend-emulation
0 commit comments