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 8a83ff5 commit b4fe053Copy full SHA for b4fe053
docker-compose.deploy.yml
@@ -71,8 +71,8 @@ services:
71
GUNICORN_CMD_ARGS: "--workers 5 --threads 5 --timeout 179"
72
labels:
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/
+# - traefik.http.middlewares.workspaces-backend-emulation.replacepathregex.regex=^/api/v1/(.*)
+# - traefik.http.middlewares.workspaces-backend-emulation.replacepathregex.replacement=/api/v2/$$1/
76
- traefik.http.routers.workspaces-backend.rule=Host(`${WS_API_HOST}`)
77
- traefik.http.services.workspaces-backend.loadbalancer.server.port=5000
78
0 commit comments