Skip to content

Commit

Permalink
Update docker-compose.yml tag versions to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed May 13, 2022
1 parent 9ba806a commit b75ba03
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.21.0
image: openvidu/openvidu-call:2.22.0
restart: on-failure
network_mode: host
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server:2.21.0
image: openvidu/openvidu-server:2.22.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:7.0.0-dev1
image: openvidu/openvidu-coturn:2.22.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:8.0.0
image: openvidu/openvidu-proxy:2.22.0
restart: always
network_mode: host
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.1'
services:

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

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

coturn:
image: openvidu/openvidu-coturn:7.0.0-dev1
image: openvidu/openvidu-coturn:2.22.0
restart: on-failure
network_mode: host
env_file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.21.0
image: openvidu/openvidu-call:2.22.0
restart: on-failure
network_mode: host
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.1'
services:

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

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

nginx:
image: openvidu/openvidu-proxy:8.0.0
image: openvidu/openvidu-proxy:2.22.0
restart: always
network_mode: host
volumes:
Expand Down

0 comments on commit b75ba03

Please sign in to comment.