name vars changed

pull/457/head
OscarSotoSanchez 2020-04-28 16:29:12 +02:00
parent f3bc2a5d3e
commit b26d5e5f1a
3 changed files with 5 additions and 5 deletions

View File

@ -30,10 +30,10 @@ LETSENCRYPT_EMAIL=user@example.com
# If you want to change the ports on which openvidu listens, uncomment the following lines
# Used for http connections and necessary to obtain letsencrypt certificated
# PROXY_HTTP_PORT=80
# OPENVIDU_HTTP_PORT=80
# Used for Openvidu API and the application deployed using docker
# PROXY_HTTPS_PORT=443
# OPENVIDU_HTTPS_PORT=443
# Whether to enable recording module or not
OPENVIDU_RECORDING=false

View File

@ -10,5 +10,5 @@ services:
ports:
- "5442:80"
environment:
- OPENVIDU_URL=https://${OPENVIDU_DOMAIN_OR_PUBLIC_IP}
- OPENVIDU_URL=https://${OPENVIDU_DOMAIN_OR_PUBLIC_IP}:${OPENVIDU_HTTP_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET}

View File

@ -78,7 +78,7 @@ services:
- DOMAIN_OR_PUBLIC_IP=${OPENVIDU_DOMAIN_OR_PUBLIC_IP}
- CERTIFICATE_TYPE=${CERTIFICATE_TYPE}
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
- PROXY_HTTP_PORT=${PROXY_HTTP_PORT:-}
- PROXY_HTTPS_PORT=${PROXY_HTTPS_PORT:-}
- PROXY_HTTP_PORT=${OPENVIDU_HTTP_PORT:-}
- PROXY_HTTPS_PORT=${OPENVIDU_HTTPS_PORT:-}
- PROXY_MODE=CE
- WITH_DEMOS=true