deployment: Modify deployment for v2.17.0-beta3

v2.17.0-beta3
cruizba 2021-02-22 15:18:37 +01:00
parent a5e022e440
commit f1815eef2e
5 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. # This docker-compose file coordinates all services of OpenVidu CE Platform.
# #
# Openvidu Version: 2.16.0 # Openvidu Version: 2.17.0-beta3
# #
# Installation Mode: On Premises # Installation Mode: On Premises
# #
@ -16,13 +16,13 @@ version: '3.1'
services: services:
media-node-controller: media-node-controller:
image: openvidu/media-node-controller:3.0.0-dev5 image: openvidu/media-node-controller:3.0.0-beta2
restart: always restart: always
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']
environment: 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 - 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
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0-beta2 - OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0-beta2

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
MEDIA_NODE_FOLDER=kms MEDIA_NODE_FOLDER=kms
MEDIA_NODE_VERSION=master MEDIA_NODE_VERSION=v2.17.0-beta3
OPENVIDU_UPGRADABLE_VERSION="2.16" OPENVIDU_UPGRADABLE_VERSION="2.16"
BEATS_FOLDER=${MEDIA_NODE_FOLDER}/beats BEATS_FOLDER=${MEDIA_NODE_FOLDER}/beats
DOWNLOAD_URL=https://raw.githubusercontent.com/OpenVidu/openvidu/${MEDIA_NODE_VERSION} DOWNLOAD_URL=https://raw.githubusercontent.com/OpenVidu/openvidu/${MEDIA_NODE_VERSION}

View File

@ -324,7 +324,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.15.0 # KMS_IMAGE=kurento/kurento-media-server-exp:fix-opusdec
# 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

View File

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

View File

@ -2,7 +2,7 @@
# Global variables # Global variables
OPENVIDU_FOLDER=openvidu OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master OPENVIDU_VERSION=v2.17.0-beta3
OPENVIDU_UPGRADABLE_VERSION="2.16" OPENVIDU_UPGRADABLE_VERSION="2.16"
AWS_SCRIPTS_FOLDER=${OPENVIDU_FOLDER}/cluster/aws AWS_SCRIPTS_FOLDER=${OPENVIDU_FOLDER}/cluster/aws
ELASTICSEARCH_FOLDER=${OPENVIDU_FOLDER}/elasticsearch ELASTICSEARCH_FOLDER=${OPENVIDU_FOLDER}/elasticsearch