Skip to content

Commit b4fe053

Browse files
committed
Update docker-compose.deploy.yml
1 parent 8a83ff5 commit b4fe053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ services:
7171
GUNICORN_CMD_ARGS: "--workers 5 --threads 5 --timeout 179"
7272
labels:
7373
- 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/
74+
# - traefik.http.middlewares.workspaces-backend-emulation.replacepathregex.regex=^/api/v1/(.*)
75+
# - traefik.http.middlewares.workspaces-backend-emulation.replacepathregex.replacement=/api/v2/$$1/
7676
- traefik.http.routers.workspaces-backend.rule=Host(`${WS_API_HOST}`)
7777
- traefik.http.services.workspaces-backend.loadbalancer.server.port=5000
7878

0 commit comments

Comments
 (0)