Update docker-compose.yml to add CORS_ORIGIN environment variable for collaboration WebSocket

This commit is contained in:
NikitolProject 2024-12-27 19:09:28 +03:00
parent b8987e5bde
commit 444009a8c4

View File

@ -20,5 +20,6 @@ services:
environment:
# Collaboration WebSocket
PORT: 3002
CORS_ORIGIN: https://ed.bebragg.ru
ports:
- '8802:3002'