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: app:
image: openvidu/openvidu-call:2.14.0-beta10 image: openvidu/openvidu-call:2.14.0-beta11
restart: on-failure restart: on-failure
ports: ports:
- "5442:5000" - "5442:5000"
environment: environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}:${HTTPS_PORT:-443} - OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET} - OPENVIDU_SECRET=${OPENVIDU_SECRET}
- CALL_OPENVIDU_CERTTYPE=${CERTIFICATE_TYPE}