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