ov call updated

pull/473/head
OscarSotoSanchez 2020-05-11 14:34:28 +02:00
parent 11c2255343
commit 70f10ea4e9
1 changed files with 2 additions and 1 deletions

View File

@ -13,10 +13,11 @@ services:
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.14.0-beta10
image: openvidu/openvidu-call:2.14.0-beta11
restart: on-failure
ports:
- "5442:5000"
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
- CALL_OPENVIDU_CERTTYPE=${CERTIFICATE_TYPE}