Update versions for OpenVidu Pro 2.17.0-beta2

cruizba 2021-02-18 18:18:42 +01:00
parent 16af04e380
commit a12fce29dc
4 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
# This docker-compose file coordinates all services of OpenVidu CE Platform.
#
# Openvidu Version: 2.16.0
# Openvidu Version: 2.17.0-beta2
#
# Installation Mode: On Premises
#
@ -16,16 +16,16 @@ version: '3.1'
services:
media-node-controller:
image: openvidu/media-node-controller:3.0.0-dev5
image: openvidu/media-node-controller:3.0.0-beta1
restart: always
ulimits:
core: -1
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
environment:
- KMS_IMAGE=kurento/kurento-media-server:6.15.0
- KMS_IMAGE=kurento/kurento-media-server-exp:fix-opusdec
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0-dev1
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0-beta1
ports:
- 3000:3000
volumes:

View File

@ -324,7 +324,7 @@ ELASTICSEARCH_PASSWORD=
# 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
# you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:6.15.0
KMS_IMAGE=kurento/kurento-media-server-exp:fix-opusdec
# Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS

View File

@ -9,7 +9,7 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.16.0
# Openvidu-Call Version: 2.17.0-beta2
#
# --------------------------------------------------------------
app:

View File

@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.16.0
# Openvidu Version: 2.17.0-beta2
#
# Installation Mode: On Premises
#
@ -22,7 +22,7 @@ version: '3.1'
services:
openvidu-server:
image: openvidu/openvidu-server-pro:2.17.0-dev5
image: openvidu/openvidu-server-pro:2.17.0-beta2
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
@ -52,7 +52,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
redis:
image: openvidu/openvidu-redis:2.0.0-dev2
image: openvidu/openvidu-redis:2.0.0-beta1
restart: always
network_mode: host
environment:
@ -62,7 +62,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
coturn:
image: openvidu/openvidu-coturn:3.0.0-dev2
image: openvidu/openvidu-coturn:3.0.0-beta1
restart: on-failure
network_mode: host
environment:
@ -79,7 +79,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
nginx:
image: openvidu/openvidu-proxy:5.0.0-dev3
image: openvidu/openvidu-proxy:5.0.0-beta1
restart: on-failure
network_mode: host
volumes: