mirror of https://github.com/OpenVidu/openvidu.git
Update docker-compose
parent
f744056575
commit
974d87ea5c
|
@ -9,7 +9,7 @@ OPENVIDU_SECRET=MY_SECRET
|
|||
DOMAIN_OR_PUBLIC_IP=openvidu.example.com
|
||||
|
||||
# Openvidu Folder Record used for save the openvidu recording videos. Change it
|
||||
with the folder you want to use from your host.
|
||||
# with the folder you want to use from your host.
|
||||
OPENVIDU_RECORDING_FOLDER=/opt/recordings
|
||||
|
||||
# Certificate type:
|
||||
|
|
|
@ -25,7 +25,7 @@ services:
|
|||
restart: on-failure
|
||||
network_mode: host
|
||||
environment:
|
||||
- KMS_EXTERNAL_ADDRESS=${DOMAIN_OR_PUBLIC_IP}
|
||||
- KMS_EXTERNAL_ADDRESS=auto
|
||||
|
||||
redis-db:
|
||||
image: redis:5.0.7
|
||||
|
|
Loading…
Reference in New Issue