Skip to content

Commit

Permalink
Update docker-compose.yml files to version 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed Oct 18, 2023
1 parent 01d6026 commit c57d2b2
Showing 11 changed files with 46 additions and 46 deletions.
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.28.0
# Openvidu-Call Version: 2.29.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.28.0
image: openvidu/openvidu-call:2.29.0
restart: on-failure
network_mode: host
environment:
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.28.0
# Openvidu Version: 2.29.0
#
# Installation Mode: On Premises
#
@@ -22,7 +22,7 @@ version: '3.1'
services:

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

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

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

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

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

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

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

media-node-controller:
image: openvidu/media-node-controller:2.28.0
image: openvidu/media-node-controller:2.29.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.28.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.29.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.28.0
- COTURN_IMAGE=openvidu/openvidu-coturn:2.28.0
- SPEECH_TO_TEXT_IMAGE=openvidu/speech-to-text-service:2.28.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
- NO_COLOR=true
ports:
- 3000:3000
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.28.0
# Openvidu Version: 2.29.0
#
# Installation Mode: On Premises
#
@@ -22,7 +22,7 @@ version: '3.1'
services:

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

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

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

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

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

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

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

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

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

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

nginx:
image: openvidu/openvidu-proxy:2.28.0
image: openvidu/openvidu-proxy:2.29.0
restart: always
network_mode: host
volumes:

0 comments on commit c57d2b2

Please sign in to comment.