deployment enterprise: Read all .env variables so other OpenVidu parameters can be readen by the replication manager.

pull/721/head
cruizba 2022-05-09 15:01:05 +02:00
parent e817c2304d
commit ac427c0f57
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ services:
volumes:
- ./:/opt/openvidu
- /var/run/docker.sock:/var/run/docker.sock
env_file:
- .env
environment:
- SERVER_PORT=4443
- SERVER_SSL_ENABLED=false