Fixed custom layout

pull/431/head
OscarSotoSanchez 2020-04-09 17:34:44 +02:00
parent 0a36927836
commit c754b634e6
2 changed files with 2 additions and 4 deletions

View File

@ -17,10 +17,6 @@ OPENVIDU_DOMAIN_OR_PUBLIC_IP=
# with the folder you want to use from your host.
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
# Parameter "openvidu.recording.custom-layout"
# System path where OpenVidu Server should look for custom recording layouts
OPENVIDU_RECORDING_CUSTOM-LAYOUT=/opt/openvidu/custom-layout
# Parameter "openvidu.recording.public-access"
# if true any client can connect to
# https://OPENVIDU_SERVER_IP:OPENVIDU_PORT/recordings/any_session_file.mp4

View File

@ -24,6 +24,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${OPENVIDU_RECORDING_PATH}:${OPENVIDU_RECORDING_PATH}
- /opt/openvidu/custom-layout:/opt/openvidu/custom-layout
env_file:
- .env
environment:
@ -70,6 +71,7 @@ services:
volumes:
- ./certificates:/etc/letsencrypt
- ./owncert:/owncert
- /opt/openvidu/custom-layout:/opt/openvidu/custom-layout
environment:
- DOMAIN_OR_PUBLIC_IP=${OPENVIDU_DOMAIN_OR_PUBLIC_IP}
- CERTIFICATE_TYPE=${CERTIFICATE_TYPE}