Remove .env file from media-node docker-compose

pull/553/head
cruizba 2020-11-03 12:56:06 +01:00
parent f54ebc2851
commit 031aa1bf61
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ 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=kurento/kurento-media-server:6.14.0 - KMS_IMAGE=kurento/kurento-media-server:6.14.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0 - METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0