Skip to content

Commit

Permalink
Update docker-compose.yml files to version 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed May 28, 2024
1 parent 08a5950 commit e965315
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.29.0
# Openvidu-Call Version: 2.30.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.29.0
image: openvidu/openvidu-call:2.30.0
restart: on-failure
network_mode: host
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.29.0
# Openvidu Version: 2.30.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server:2.29.0
image: openvidu/openvidu-server:2.30.0
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

coturn:
image: openvidu/openvidu-coturn:2.29.0
image: openvidu/openvidu-coturn:2.30.0
restart: on-failure
ports:
- "${COTURN_PORT:-3478}:${COTURN_PORT:-3478}/tcp"
Expand All @@ -89,7 +89,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

nginx:
image: openvidu/openvidu-proxy:2.29.0
image: openvidu/openvidu-proxy:2.30.0
restart: always
network_mode: host
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.29.0
# Openvidu-Call Version: 2.30.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.29.0
image: openvidu/openvidu-call:2.30.0
restart: on-failure
ports:
- 5442:5442
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# This file will be overridden when updating OpenVidu Enterprise HA
#
# Openvidu Version: 2.29.0
# Openvidu Version: 2.30.0
#
# Installation Mode: On Premises
#
Expand All @@ -18,7 +18,7 @@ version: '3.1'

services:
loadbalancer:
image: openvidu/openvidu-proxy:2.29.0
image: openvidu/openvidu-proxy:2.30.0
restart: always
volumes:
- ./certificates:/etc/letsencrypt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# This file will be overridden when update OpenVidu Enterprise HA Node
#
# Openvidu Version: 2.29.0
# Openvidu Version: 2.30.0
#
# Installation Mode: On Premises
#
Expand All @@ -19,7 +19,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server-pro:2.29.0
image: openvidu/openvidu-server-pro:2.30.0
container_name: openvidu-server
restart: on-failure
network_mode: host
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

replication-manager:
image: openvidu/replication-manager-on-prem:2.29.0
image: openvidu/replication-manager-on-prem:2.30.0
container_name: replication-manager
restart: always
network_mode: host
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

coturn:
image: openvidu/openvidu-coturn:2.29.0
image: openvidu/openvidu-coturn:2.30.0
restart: on-failure
env_file:
- .env
Expand All @@ -128,19 +128,19 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

media-node-controller:
image: openvidu/media-node-controller:2.29.0
image: openvidu/media-node-controller:2.30.0
restart: always
ulimits:
core: -1
environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.0.1
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.29.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.30.0
- 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.29.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.29.0
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.29.0
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.30.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.30.0
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.30.0
- NO_COLOR=true
ports:
- 3000:3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.29.0
# Openvidu Version: 2.30.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server-pro:2.29.0
image: openvidu/openvidu-server-pro:2.30.0
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

replication-manager:
image: openvidu/replication-manager:2.29.0
image: openvidu/replication-manager:2.30.0
restart: always
network_mode: host
volumes:
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

coturn:
image: openvidu/openvidu-coturn:2.29.0
image: openvidu/openvidu-coturn:2.30.0
restart: on-failure
network_mode: host
env_file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# This docker-compose file coordinates all services of OpenVidu CE Platform.
#
# Openvidu Version: 2.29.0
# Openvidu Version: 2.30.0
#
# Installation Mode: On Premises
#
Expand All @@ -16,19 +16,19 @@ version: '3.1'

services:
media-node-controller:
image: openvidu/media-node-controller:2.29.0
image: openvidu/media-node-controller:2.30.0
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:7.0.1
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.29.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.30.0
- 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.29.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.29.0
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.29.0
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.30.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.30.0
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.30.0
- NO_COLOR=true
ports:
- 3000:3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.29.0
# Openvidu-Call Version: 2.30.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.29.0
image: openvidu/openvidu-call:2.30.0
restart: on-failure
network_mode: host
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.29.0
# Openvidu Version: 2.30.0
#
# Installation Mode: OpenVidu PRO On Premises - Mono Node
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server-pro:2.29.0
image: openvidu/openvidu-server-pro:2.30.0
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

coturn:
image: openvidu/openvidu-coturn:2.29.0
image: openvidu/openvidu-coturn:2.30.0
restart: on-failure
env_file:
- .env
Expand All @@ -85,7 +85,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

nginx:
image: openvidu/openvidu-proxy:2.29.0
image: openvidu/openvidu-proxy:2.30.0
restart: always
network_mode: host
volumes:
Expand Down Expand Up @@ -151,19 +151,19 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

media-node-controller:
image: openvidu/media-node-controller:2.29.0
image: openvidu/media-node-controller:2.30.0
restart: always
ulimits:
core: -1
environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.0.1
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.29.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.30.0
- 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.29.0
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.29.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.29.0
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.30.0
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.30.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.30.0
- NO_COLOR=true
ports:
- 3000:3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.29.0
# Openvidu-Call Version: 2.30.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.29.0
image: openvidu/openvidu-call:2.30.0
restart: on-failure
network_mode: host
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.29.0
# Openvidu Version: 2.30.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server-pro:2.29.0
image: openvidu/openvidu-server-pro:2.30.0
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

coturn:
image: openvidu/openvidu-coturn:2.29.0
image: openvidu/openvidu-coturn:2.30.0
restart: on-failure
network_mode: host
env_file:
Expand All @@ -79,7 +79,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

nginx:
image: openvidu/openvidu-proxy:2.29.0
image: openvidu/openvidu-proxy:2.30.0
restart: always
network_mode: host
volumes:
Expand Down

0 comments on commit e965315

Please sign in to comment.