mirror of https://github.com/OpenVidu/openvidu.git
deployment enterprise: Read all .env variables so other OpenVidu parameters can be readen by the replication manager.
parent
e817c2304d
commit
ac427c0f57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue