mirror of https://github.com/OpenVidu/openvidu.git
Updated Docker versions to 2.15.0
parent
5ab0f31f54
commit
1e5cf3906f
|
@ -9,11 +9,11 @@ services:
|
|||
#
|
||||
# Default Application
|
||||
#
|
||||
# Openvidu-Call Version: 2.14.0
|
||||
# Openvidu-Call Version: 2.15.0
|
||||
#
|
||||
# --------------------------------------------------------------
|
||||
app:
|
||||
image: openvidu/openvidu-call:2.14.0
|
||||
image: openvidu/openvidu-call:2.15.0
|
||||
restart: on-failure
|
||||
network_mode: host
|
||||
environment:
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# This file will be overridden when update OpenVidu Platform
|
||||
#
|
||||
# Openvidu Version: 2.14.0
|
||||
# Openvidu Version: 2.15.0
|
||||
#
|
||||
# Installation Mode: On Premises
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ version: '3.1'
|
|||
services:
|
||||
|
||||
openvidu-server:
|
||||
image: openvidu/openvidu-server:2.15.0-beta1
|
||||
image: openvidu/openvidu-server:2.15.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']
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Global variables
|
||||
OPENVIDU_FOLDER=openvidu
|
||||
OPENVIDU_VERSION=master
|
||||
OPENVIDU_VERSION=v2.15.0
|
||||
|
||||
fatal_error() {
|
||||
printf "\n =======¡ERROR!======="
|
||||
|
|
Loading…
Reference in New Issue