OscarSotoSanchez 70f10ea4e9 ov call updated
2020-05-11 14:34:28 +02:00

24 lines
739 B
YAML

version: '3.1'
services:
# --------------------------------------------------------------
#
# Change this if your want use your own application.
# It's very important expose your application in port 5442
# and use the http protocol.
#
# Default Application
#
# Openvidu-Call Version: 2.14.0
#
# --------------------------------------------------------------
app:
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}