Update docker-compose.yml to add CORS_ORIGIN environment variable for collaboration WebSocket
This commit is contained in:
parent
b8987e5bde
commit
444009a8c4
@ -20,5 +20,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# Collaboration WebSocket
|
# Collaboration WebSocket
|
||||||
PORT: 3002
|
PORT: 3002
|
||||||
|
CORS_ORIGIN: https://ed.bebragg.ru
|
||||||
ports:
|
ports:
|
||||||
- '8802:3002'
|
- '8802:3002'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user