Load dinamically env variables from .env file

pull/546/head
cruizba 2020-09-16 23:05:25 +02:00
parent e4ccb6f3bb
commit 834da536b6
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ services:
ulimits:
core: -1
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
env_file:
- .env
environment:
- KMS_IMAGE=${KMS_IMAGE:-kurento/kurento-media-server:6.14.0}
- KMS_DEBUG_LEVEL=${KMS_DEBUG_LEVEL:-}