mirror of https://github.com/OpenVidu/openvidu.git
Fixed custom layout
parent
0a36927836
commit
c754b634e6
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue