Skip to content

Commit 2eea32d

Browse files
committed
Set CORS to allow local testing
1 parent 8f90b53 commit 2eea32d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ services:
8080
- traefik.http.routers.workspaces-backend.middlewares=workspaces-backend-emulation
8181
- traefik.http.routers.workspaces-backend.entrypoints=websecure
8282
- traefik.http.routers.workspaces-backend.tls.certresolver=myresolver
83-
83+
- traefik.http.middlewares.workspaces-backend-emulation.headers.accesscontrolalloworiginlist=*
84+
8485
rapid:
8586
image: ${WS_DOCKER_REGISTRY}/workspaces-rapid:${WS_DOCKER_TAG}
8687
restart: always

0 commit comments

Comments
 (0)