mirror of https://github.com/OpenVidu/openvidu.git
deployment: Bump openvidu-server-pro and openvidu-call beta versions
parent
a3a5a6c929
commit
f7871d944b
|
@ -6,17 +6,17 @@ services:
|
||||||
# Change this if your want use your own application.
|
# Change this if your want use your own application.
|
||||||
# It's very important expose your application in port 5442
|
# It's very important expose your application in port 5442
|
||||||
# and use the http protocol.
|
# and use the http protocol.
|
||||||
#
|
#
|
||||||
# Default Application
|
# Default Application
|
||||||
#
|
#
|
||||||
# Openvidu-Call Version: 2.18.0
|
# Openvidu-Call Version: 2.18.0
|
||||||
#
|
#
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.18.0
|
image: openvidu/openvidu-call:2.19.0-dev7
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- SERVER_PORT=5442
|
- SERVER_PORT=5442
|
||||||
- OPENVIDU_URL=http://localhost:5443
|
- OPENVIDU_URL=http://localhost:5443
|
||||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
||||||
|
|
|
@ -6,17 +6,17 @@ services:
|
||||||
# Change this if your want use your own application.
|
# Change this if your want use your own application.
|
||||||
# It's very important expose your application in port 5442
|
# It's very important expose your application in port 5442
|
||||||
# and use the http protocol.
|
# and use the http protocol.
|
||||||
#
|
#
|
||||||
# Default Application
|
# Default Application
|
||||||
#
|
#
|
||||||
# Openvidu-Call Version: 2.18.0
|
# Openvidu-Call Version: 2.18.0
|
||||||
#
|
#
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.18.0
|
image: openvidu/openvidu-call:2.19.0-dev7
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- SERVER_PORT=5442
|
- SERVER_PORT=5442
|
||||||
- OPENVIDU_URL=http://localhost:5443
|
- OPENVIDU_URL=http://localhost:5443
|
||||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
||||||
|
|
|
@ -22,7 +22,7 @@ version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
openvidu-server:
|
openvidu-server:
|
||||||
image: openvidu/openvidu-server-pro:2.19.0-beta10
|
image: openvidu/openvidu-server-pro:2.19.0-beta11
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
||||||
|
|
|
@ -6,17 +6,17 @@ services:
|
||||||
# Change this if your want use your own application.
|
# Change this if your want use your own application.
|
||||||
# It's very important expose your application in port 5442
|
# It's very important expose your application in port 5442
|
||||||
# and use the http protocol.
|
# and use the http protocol.
|
||||||
#
|
#
|
||||||
# Default Application
|
# Default Application
|
||||||
#
|
#
|
||||||
# Openvidu-Call Version: 2.18.0
|
# Openvidu-Call Version: 2.18.0
|
||||||
#
|
#
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.18.0
|
image: openvidu/openvidu-call:2.19.0-dev7
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- SERVER_PORT=5442
|
- SERVER_PORT=5442
|
||||||
- OPENVIDU_URL=http://localhost:5443
|
- OPENVIDU_URL=http://localhost:5443
|
||||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
||||||
|
|
|
@ -22,7 +22,7 @@ version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
openvidu-server:
|
openvidu-server:
|
||||||
image: openvidu/openvidu-server-pro:2.19.0-beta10
|
image: openvidu/openvidu-server-pro:2.19.0-beta11
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
entrypoint: ['/usr/local/bin/entrypoint.sh']
|
||||||
|
|
Loading…
Reference in New Issue