mirror of https://github.com/OpenVidu/openvidu.git
ov-call in docker-compose upgrade
parent
4eeed8fefd
commit
c9542239e6
|
@ -9,14 +9,14 @@ services:
|
|||
#
|
||||
# Default Application
|
||||
#
|
||||
# Openvidu-Call Version: 2.12.0
|
||||
# Openvidu-Call Version: 2.14.0
|
||||
#
|
||||
# --------------------------------------------------------------
|
||||
app:
|
||||
image: openvidu/openvidu-call:2.12.0
|
||||
image: openvidu/openvidu-call:2.14.0-beta10
|
||||
restart: on-failure
|
||||
ports:
|
||||
- "5442:80"
|
||||
- "5442:5000"
|
||||
environment:
|
||||
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}:${HTTPS_PORT:-443}
|
||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# This file will be overridden when update OpenVidu Platform
|
||||
#
|
||||
# Openvidu Version: 2.13.0
|
||||
# Openvidu Version: 2.14.0
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue