mirror of https://github.com/OpenVidu/openvidu.git
Update docker-compose.yml files to version 2.31.0
parent
b6738f80d6
commit
c05c1c599a
|
@ -9,11 +9,11 @@ services:
|
||||||
#
|
#
|
||||||
# Default Application
|
# Default Application
|
||||||
#
|
#
|
||||||
# Openvidu-Call Version: 2.30.0
|
# Openvidu-Call Version: 2.31.0
|
||||||
#
|
#
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.30.0
|
image: openvidu/openvidu-call:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -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.30.0
|
# Openvidu Version: 2.31.0
|
||||||
#
|
#
|
||||||
# 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:2.30.0
|
image: openvidu/openvidu-server:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
||||||
|
@ -65,7 +65,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
coturn:
|
coturn:
|
||||||
image: openvidu/openvidu-coturn:2.30.0
|
image: openvidu/openvidu-coturn:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "${COTURN_PORT:-3478}:${COTURN_PORT:-3478}/tcp"
|
- "${COTURN_PORT:-3478}:${COTURN_PORT:-3478}/tcp"
|
||||||
|
@ -89,7 +89,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: openvidu/openvidu-proxy:2.30.0
|
image: openvidu/openvidu-proxy:2.31.0
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -9,11 +9,11 @@ services:
|
||||||
#
|
#
|
||||||
# Default Application
|
# Default Application
|
||||||
#
|
#
|
||||||
# Openvidu-Call Version: 2.30.0
|
# Openvidu-Call Version: 2.31.0
|
||||||
#
|
#
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.30.0
|
image: openvidu/openvidu-call:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- 5442:5442
|
- 5442:5442
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
# This file will be overridden when updating OpenVidu Enterprise HA
|
# This file will be overridden when updating OpenVidu Enterprise HA
|
||||||
#
|
#
|
||||||
# Openvidu Version: 2.30.0
|
# Openvidu Version: 2.31.0
|
||||||
#
|
#
|
||||||
# Installation Mode: On Premises
|
# Installation Mode: On Premises
|
||||||
#
|
#
|
||||||
|
@ -18,7 +18,7 @@ version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
loadbalancer:
|
loadbalancer:
|
||||||
image: openvidu/openvidu-proxy:2.30.0
|
image: openvidu/openvidu-proxy:2.31.0
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./certificates:/etc/letsencrypt
|
- ./certificates:/etc/letsencrypt
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
# This file will be overridden when update OpenVidu Enterprise HA Node
|
# This file will be overridden when update OpenVidu Enterprise HA Node
|
||||||
#
|
#
|
||||||
# Openvidu Version: 2.30.0
|
# Openvidu Version: 2.31.0
|
||||||
#
|
#
|
||||||
# Installation Mode: On Premises
|
# Installation Mode: On Premises
|
||||||
#
|
#
|
||||||
|
@ -19,7 +19,7 @@ version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
openvidu-server:
|
openvidu-server:
|
||||||
image: openvidu/openvidu-server-pro:2.30.0
|
image: openvidu/openvidu-server-pro:2.31.0
|
||||||
container_name: openvidu-server
|
container_name: openvidu-server
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
@ -66,7 +66,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
replication-manager:
|
replication-manager:
|
||||||
image: openvidu/replication-manager-on-prem:2.30.0
|
image: openvidu/replication-manager-on-prem:2.31.0
|
||||||
container_name: replication-manager
|
container_name: replication-manager
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
@ -101,7 +101,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
coturn:
|
coturn:
|
||||||
image: openvidu/openvidu-coturn:2.30.0
|
image: openvidu/openvidu-coturn:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -128,19 +128,19 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
media-node-controller:
|
media-node-controller:
|
||||||
image: openvidu/media-node-controller:2.30.0
|
image: openvidu/media-node-controller:2.31.0
|
||||||
restart: always
|
restart: always
|
||||||
ulimits:
|
ulimits:
|
||||||
core: -1
|
core: -1
|
||||||
environment:
|
environment:
|
||||||
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
|
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
|
||||||
- KMS_IMAGE=kurento/kurento-media-server:7.1.1
|
- KMS_IMAGE=kurento/kurento-media-server:7.1.1
|
||||||
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.30.0
|
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.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
|
||||||
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.30.0
|
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.31.0
|
||||||
- COTURN_IMAGE=openvidu/openvidu-coturn:2.30.0
|
- COTURN_IMAGE=openvidu/openvidu-coturn:2.31.0
|
||||||
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.30.0
|
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.31.0
|
||||||
- NO_COLOR=true
|
- NO_COLOR=true
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
|
@ -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.30.0
|
# Openvidu Version: 2.31.0
|
||||||
#
|
#
|
||||||
# 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.30.0
|
image: openvidu/openvidu-server-pro:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
||||||
|
@ -60,7 +60,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
replication-manager:
|
replication-manager:
|
||||||
image: openvidu/replication-manager:2.30.0
|
image: openvidu/replication-manager:2.31.0
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -89,7 +89,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
coturn:
|
coturn:
|
||||||
image: openvidu/openvidu-coturn:2.30.0
|
image: openvidu/openvidu-coturn:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
env_file:
|
env_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.30.0
|
# Openvidu Version: 2.31.0
|
||||||
#
|
#
|
||||||
# Installation Mode: On Premises
|
# Installation Mode: On Premises
|
||||||
#
|
#
|
||||||
|
@ -16,19 +16,19 @@ version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
media-node-controller:
|
media-node-controller:
|
||||||
image: openvidu/media-node-controller:2.30.0
|
image: openvidu/media-node-controller:2.31.0
|
||||||
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:7.1.1
|
- KMS_IMAGE=kurento/kurento-media-server:7.1.1
|
||||||
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.30.0
|
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.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
|
||||||
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.30.0
|
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.31.0
|
||||||
- COTURN_IMAGE=openvidu/openvidu-coturn:2.30.0
|
- COTURN_IMAGE=openvidu/openvidu-coturn:2.31.0
|
||||||
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.30.0
|
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.31.0
|
||||||
- NO_COLOR=true
|
- NO_COLOR=true
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
|
@ -9,11 +9,11 @@ services:
|
||||||
#
|
#
|
||||||
# Default Application
|
# Default Application
|
||||||
#
|
#
|
||||||
# Openvidu-Call Version: 2.30.0
|
# Openvidu-Call Version: 2.31.0
|
||||||
#
|
#
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.30.0
|
image: openvidu/openvidu-call:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -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.30.0
|
# Openvidu Version: 2.31.0
|
||||||
#
|
#
|
||||||
# Installation Mode: OpenVidu PRO On Premises - Mono Node
|
# Installation Mode: OpenVidu PRO On Premises - Mono Node
|
||||||
#
|
#
|
||||||
|
@ -22,7 +22,7 @@ version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
openvidu-server:
|
openvidu-server:
|
||||||
image: openvidu/openvidu-server-pro:2.30.0
|
image: openvidu/openvidu-server-pro:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
||||||
|
@ -58,7 +58,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
coturn:
|
coturn:
|
||||||
image: openvidu/openvidu-coturn:2.30.0
|
image: openvidu/openvidu-coturn:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -85,7 +85,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: openvidu/openvidu-proxy:2.30.0
|
image: openvidu/openvidu-proxy:2.31.0
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -151,19 +151,19 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
media-node-controller:
|
media-node-controller:
|
||||||
image: openvidu/media-node-controller:2.30.0
|
image: openvidu/media-node-controller:2.31.0
|
||||||
restart: always
|
restart: always
|
||||||
ulimits:
|
ulimits:
|
||||||
core: -1
|
core: -1
|
||||||
environment:
|
environment:
|
||||||
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
|
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
|
||||||
- KMS_IMAGE=kurento/kurento-media-server:7.1.1
|
- KMS_IMAGE=kurento/kurento-media-server:7.1.1
|
||||||
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.30.0
|
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.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
|
||||||
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.30.0
|
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.31.0
|
||||||
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.30.0
|
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.31.0
|
||||||
- COTURN_IMAGE=openvidu/openvidu-coturn:2.30.0
|
- COTURN_IMAGE=openvidu/openvidu-coturn:2.31.0
|
||||||
- NO_COLOR=true
|
- NO_COLOR=true
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
|
@ -9,11 +9,11 @@ services:
|
||||||
#
|
#
|
||||||
# Default Application
|
# Default Application
|
||||||
#
|
#
|
||||||
# Openvidu-Call Version: 2.30.0
|
# Openvidu-Call Version: 2.31.0
|
||||||
#
|
#
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.30.0
|
image: openvidu/openvidu-call:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -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.30.0
|
# Openvidu Version: 2.31.0
|
||||||
#
|
#
|
||||||
# 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.30.0
|
image: openvidu/openvidu-server-pro:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
||||||
|
@ -56,7 +56,7 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
coturn:
|
coturn:
|
||||||
image: openvidu/openvidu-coturn:2.30.0
|
image: openvidu/openvidu-coturn:2.31.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -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:2.30.0
|
image: openvidu/openvidu-proxy:2.31.0
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue