mirror of https://github.com/OpenVidu/openvidu.git
Docker files updated to 2.14.0
parent
53e7b242dc
commit
3f712a4d1e
|
@ -13,7 +13,7 @@ services:
|
|||
#
|
||||
# --------------------------------------------------------------
|
||||
app:
|
||||
image: openvidu/openvidu-call:2.14.0-beta11
|
||||
image: openvidu/openvidu-call:2.14.0
|
||||
restart: on-failure
|
||||
ports:
|
||||
- "5442:5000"
|
||||
|
|
|
@ -20,7 +20,7 @@ version: '3.1'
|
|||
services:
|
||||
|
||||
openvidu-server:
|
||||
image: openvidu/openvidu-server:2.14.0-beta1
|
||||
image: openvidu/openvidu-server:2.14.0
|
||||
restart: on-failure
|
||||
network_mode: host
|
||||
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
|
||||
|
||||
nginx:
|
||||
image: openvidu/openvidu-proxy:2.0.0-beta4
|
||||
image: openvidu/openvidu-proxy:2.0.0
|
||||
restart: on-failure
|
||||
network_mode: host
|
||||
volumes:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Global variables
|
||||
OPENVIDU_FOLDER=openvidu
|
||||
OPENVIDU_VERSION=master
|
||||
OPENVIDU_VERSION=v2.14.0
|
||||
|
||||
fatal_error() {
|
||||
printf "\n =======¡ERROR!======="
|
||||
|
|
Loading…
Reference in New Issue