Skip to content

Commit

Permalink
Update docker-compose to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Nov 12, 2020
1 parent 33831f8 commit 16d8ec8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.15.0
# Openvidu-Call Version: 2.16.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.16.0-beta1
image: openvidu/openvidu-call:2.16.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.15.0
# Openvidu Version: 2.16.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

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

coturn:
image: openvidu/openvidu-coturn:2.0.0-dev3
image: openvidu/openvidu-coturn:2.0.0
restart: on-failure
network_mode: host
environment:
Expand All @@ -90,7 +90,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"

nginx:
image: openvidu/openvidu-proxy:4.0.0-dev6
image: openvidu/openvidu-proxy:4.0.0
restart: on-failure
network_mode: host
volumes:
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.15.0
# Openvidu Version: 2.16.0
#
# Installation Mode: On Premises
#
Expand All @@ -16,7 +16,7 @@ version: '3.1'

services:
media-node-controller:
image: openvidu/media-node-controller:2.0.0-dev1
image: openvidu/media-node-controller:2.0.0
restart: always
ulimits:
core: -1
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.15.0
# Openvidu-Call Version: 2.16.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.16.0-beta1
image: openvidu/openvidu-call:2.16.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.15.1
# Openvidu Version: 2.16.0
#
# Installation Mode: On Premises
#
Expand All @@ -22,7 +22,7 @@ version: '3.1'
services:

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

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

nginx:
image: openvidu/openvidu-proxy:4.0.0-dev6
image: openvidu/openvidu-proxy:4.0.0
restart: on-failure
network_mode: host
volumes:
Expand Down

0 comments on commit 16d8ec8

Please sign in to comment.