mirror of https://github.com/OpenVidu/openvidu.git
deployment: Prepare for kurento dev-6.18
parent
5fa3f749f5
commit
a8fd0f8cf7
|
@ -176,7 +176,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server
|
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server
|
||||||
# Uncomment the next line and define this variable with KMS image that you want use
|
# Uncomment the next line and define this variable with KMS image that you want use
|
||||||
# KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
# KMS_IMAGE=kurento/kurento-media-server:dev-6.18.0
|
||||||
|
|
||||||
# Kurento Media Server Level logs
|
# Kurento Media Server Level logs
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
|
@ -45,7 +45,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
kms:
|
kms:
|
||||||
image: ${KMS_IMAGE:-kurento/kurento-media-server:6.16.0}
|
image: ${KMS_IMAGE:-kurento/kurento-media-server:dev-6.18.0}
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ulimits:
|
ulimits:
|
||||||
|
|
|
@ -349,7 +349,7 @@ ELASTICSEARCH_PASSWORD=
|
||||||
# Uncomment the next line and define this variable with KMS image that you want use
|
# Uncomment the next line and define this variable with KMS image that you want use
|
||||||
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
|
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
|
||||||
# you want to use a specific version of KMS
|
# you want to use a specific version of KMS
|
||||||
# KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
# KMS_IMAGE=kurento/kurento-media-server:dev-6.18.0
|
||||||
|
|
||||||
# Uncomment the next line and define this variable to change
|
# Uncomment the next line and define this variable to change
|
||||||
# the verbosity level of the logs of KMS
|
# the verbosity level of the logs of KMS
|
||||||
|
|
|
@ -22,7 +22,7 @@ services:
|
||||||
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']
|
||||||
environment:
|
environment:
|
||||||
- KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
- KMS_IMAGE=kurento/kurento-media-server:dev-6.18.0
|
||||||
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.22.0
|
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.22.0
|
||||||
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
||||||
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
||||||
|
|
|
@ -346,7 +346,7 @@ ELASTICSEARCH_PASSWORD=
|
||||||
# Uncomment the next line and define this variable with KMS image that you want use
|
# Uncomment the next line and define this variable with KMS image that you want use
|
||||||
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
|
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
|
||||||
# you want to use a specific version of KMS
|
# you want to use a specific version of KMS
|
||||||
# KMS_IMAGE=kurento/kurento-media-server:6.16.0
|
# KMS_IMAGE=kurento/kurento-media-server:dev-6.18.0
|
||||||
|
|
||||||
# Uncomment the next line and define this variable to change
|
# Uncomment the next line and define this variable to change
|
||||||
# the verbosity level of the logs of KMS
|
# the verbosity level of the logs of KMS
|
||||||
|
|
Loading…
Reference in New Issue