Docker files updated to 2.14.0

pull/473/head
pabloFuente 2020-05-12 13:51:17 +02:00
parent 53e7b242dc
commit 3f712a4d1e
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ services:
# #
# -------------------------------------------------------------- # --------------------------------------------------------------
app: app:
image: openvidu/openvidu-call:2.14.0-beta11 image: openvidu/openvidu-call:2.14.0
restart: on-failure restart: on-failure
ports: ports:
- "5442:5000" - "5442:5000"

View File

@ -20,7 +20,7 @@ version: '3.1'
services: services:
openvidu-server: openvidu-server:
image: openvidu/openvidu-server:2.14.0-beta1 image: openvidu/openvidu-server:2.14.0
restart: on-failure restart: on-failure
network_mode: host network_mode: host
entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh'] entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh']
@ -69,7 +69,7 @@ services:
- MAX_PORT=65535 - MAX_PORT=65535
nginx: nginx:
image: openvidu/openvidu-proxy:2.0.0-beta4 image: openvidu/openvidu-proxy:2.0.0
restart: on-failure restart: on-failure
network_mode: host network_mode: host
volumes: volumes:

View File

@ -2,7 +2,7 @@
# Global variables # Global variables
OPENVIDU_FOLDER=openvidu OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master OPENVIDU_VERSION=v2.14.0
fatal_error() { fatal_error() {
printf "\n =======¡ERROR!=======" printf "\n =======¡ERROR!======="