Juan's changes

pull/431/head
OscarSotoSanchez 2020-04-06 11:59:05 +02:00 committed by micaelgallego
parent 009bb2e0f3
commit 92464bc25c
2 changed files with 23 additions and 17 deletions

View File

@ -2,10 +2,16 @@
# ---------------------- # ----------------------
# Documentation: https://openvidu.io/docs/reference-docs/openvidu-server-params/ # Documentation: https://openvidu.io/docs/reference-docs/openvidu-server-params/
# NOTE: This file doesn't need to quote assignment values, like most shells do.
# All values are stored as-is, even if they contain spaces, so don't quote them.
# OpenVidu SECRET used for apps to connect to OpenVidu server and users to access to OpenVidu Dashboard # OpenVidu SECRET used for apps to connect to OpenVidu server and users to access to OpenVidu Dashboard
OPENVIDU_SECRET= OPENVIDU_SECRET=
# Domain name. If you do not have one, the public IP of the machine. For example 212.4.34.1 or openvidu.example.com. # Domain name. If you do not have one, the public IP of the machine.
# For example: 198.51.100.1, or openvidu.example.com
OPENVIDU_DOMAIN_OR_PUBLIC_IP= OPENVIDU_DOMAIN_OR_PUBLIC_IP=
# Openvidu Folder Record used for save the openvidu recording videos. Change it # Openvidu Folder Record used for save the openvidu recording videos. Change it
@ -31,7 +37,7 @@ LETSENCRYPT_EMAIL=user@example.com
# -------------------------- # --------------------------
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server-dev # Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server-dev
# Uncomment the next line and define this variable with KMS image that you want use # Uncomment the next line and define this variable with KMS image that you want use
# KMS_IMAGE=kurento-media-server-dev:6.13 # KMS_IMAGE=kurento/kurento-media-server-dev:6.13
# Kurento Media Server Level logs # Kurento Media Server Level logs
# ------------------------------- # -------------------------------

View File

@ -39,7 +39,7 @@ services:
- LOGGING_LEVEL_ROOT=${OV_CE_DEBUG_LEVEL:-INFO} - LOGGING_LEVEL_ROOT=${OV_CE_DEBUG_LEVEL:-INFO}
kms: kms:
image: kurento/${KMS_IMAGE:-kurento-media-server-dev:6.13} image: ${KMS_IMAGE:-kurento/kurento-media-server-dev:6.13}
restart: on-failure restart: on-failure
network_mode: host network_mode: host
ulimits: ulimits:
@ -48,7 +48,7 @@ services:
- KMS_EXTERNAL_ADDRESS=auto - KMS_EXTERNAL_ADDRESS=auto
- KMS_MIN_PORT=40000 - KMS_MIN_PORT=40000
- KMS_MAX_PORT=57000 - KMS_MAX_PORT=57000
- GST_DEBUG=${KMS_DEBUG_LEVEL:-3,Kurento*:4,kms*:4,sdp*:4,webrtc*:4,*rtpendpoint:4,rtp*handler:4,rtpsynchronizer:4,agnosticbin:4} - GST_DEBUG=${KMS_DEBUG_LEVEL:-}
redis: redis:
image: redis:5.0.7 image: redis:5.0.7