mirror of https://github.com/OpenVidu/openvidu.git
deployment: Modify deployment for v2.17.0-beta3
parent
a5e022e440
commit
f1815eef2e
|
@ -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-beta3
|
||||
#
|
||||
# Installation Mode: On Premises
|
||||
#
|
||||
|
@ -16,13 +16,13 @@ version: '3.1'
|
|||
|
||||
services:
|
||||
media-node-controller:
|
||||
image: openvidu/media-node-controller:3.0.0-dev5
|
||||
image: openvidu/media-node-controller:3.0.0-beta2
|
||||
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-beta2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
MEDIA_NODE_FOLDER=kms
|
||||
MEDIA_NODE_VERSION=master
|
||||
MEDIA_NODE_VERSION=v2.17.0-beta3
|
||||
OPENVIDU_UPGRADABLE_VERSION="2.16"
|
||||
BEATS_FOLDER=${MEDIA_NODE_FOLDER}/beats
|
||||
DOWNLOAD_URL=https://raw.githubusercontent.com/OpenVidu/openvidu/${MEDIA_NODE_VERSION}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# This file will be overridden when update OpenVidu Platform
|
||||
#
|
||||
# Openvidu Version: 2.16.0
|
||||
# Openvidu Version: 2.17.0-beta3
|
||||
#
|
||||
# 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-beta3
|
||||
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-beta2
|
||||
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-beta2
|
||||
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-beta2
|
||||
restart: on-failure
|
||||
network_mode: host
|
||||
volumes:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Global variables
|
||||
OPENVIDU_FOLDER=openvidu
|
||||
OPENVIDU_VERSION=master
|
||||
OPENVIDU_VERSION=v2.17.0-beta3
|
||||
OPENVIDU_UPGRADABLE_VERSION="2.16"
|
||||
AWS_SCRIPTS_FOLDER=${OPENVIDU_FOLDER}/cluster/aws
|
||||
ELASTICSEARCH_FOLDER=${OPENVIDU_FOLDER}/elasticsearch
|
||||
|
|
Loading…
Reference in New Issue