File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11.env
22docker-compose.override.yml
3+ .DS_Store
Original file line number Diff line number Diff line change @@ -76,7 +76,12 @@ services:
7676 - traefik.http.routers.workspaces-backend.rule=Host(`${WS_API_HOST}`)
7777 - traefik.http.services.workspaces-backend.loadbalancer.server.port=5000
7878
79- - traefik.http.routers.workspaces-backend.middlewares=workspaces-backend-emulation
79+ - traefik.http.middlewares.cors.headers.accesscontrolallowmethods=*
80+ - traefik.http.middlewares.cors.headers.accesscontrolalloworiginlist=*
81+ - traefik.http.middlewares.cors.headers.accesscontrolmaxage=100
82+ - traefik.http.middlewares.cors.headers.addvaryheader=true
83+
84+ - traefik.http.routers.workspaces-backend.middlewares=workspaces-backend-emulation,cors
8085 - traefik.http.routers.workspaces-backend.entrypoints=websecure
8186 - traefik.http.routers.workspaces-backend.tls.certresolver=myresolver
8287
You can’t perform that action at this time.
0 commit comments