Skip to content

Commit

Permalink
Updated docker-compose files to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Sep 22, 2021
1 parent fcdb35b commit 8539954
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.19.0
# Openvidu-Call Version: 2.20.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.19.0
image: openvidu/openvidu-call:2.20.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.19.0
# Openvidu Version: 2.20.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server:2.20.0-beta1
image: openvidu/openvidu-server:2.20.0
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
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.19.0
# Openvidu-Call Version: 2.20.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.19.0
image: openvidu/openvidu-call:2.20.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.19.0
# Openvidu Version: 2.20.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server-pro:2.20.0-beta2
image: openvidu/openvidu-server-pro:2.20.0
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
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.19.0
# Openvidu Version: 2.20.0
#
# Installation Mode: On Premises
#
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.19.0
# Openvidu-Call Version: 2.20.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.19.0
image: openvidu/openvidu-call:2.20.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.19.0
# Openvidu Version: 2.20.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server-pro:2.20.0-beta2
image: openvidu/openvidu-server-pro:2.20.0
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
Expand Down

0 comments on commit 8539954

Please sign in to comment.