mirror of https://github.com/OpenVidu/openvidu.git
Load dinamically env variables from .env file
parent
e4ccb6f3bb
commit
834da536b6
|
@ -21,6 +21,8 @@ services:
|
||||||
ulimits:
|
ulimits:
|
||||||
core: -1
|
core: -1
|
||||||
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
|
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- KMS_IMAGE=${KMS_IMAGE:-kurento/kurento-media-server:6.14.0}
|
- KMS_IMAGE=${KMS_IMAGE:-kurento/kurento-media-server:6.14.0}
|
||||||
- KMS_DEBUG_LEVEL=${KMS_DEBUG_LEVEL:-}
|
- KMS_DEBUG_LEVEL=${KMS_DEBUG_LEVEL:-}
|
||||||
|
|
Loading…
Reference in New Issue