mirror of https://github.com/OpenVidu/openvidu.git
Revert "deployment enterprise: Read all .env variables so other OpenVidu parameters can be readen by the replication manager."
This reverts commit ac427c0f57
.
pull/721/head
parent
ac427c0f57
commit
a5ba5032bf
|
@ -65,8 +65,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/opt/openvidu
|
- ./:/opt/openvidu
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
- SERVER_PORT=4443
|
- SERVER_PORT=4443
|
||||||
- SERVER_SSL_ENABLED=false
|
- SERVER_SSL_ENABLED=false
|
||||||
|
|
Loading…
Reference in New Issue