fix: update Redis configuration in LiveKit and restart script
This commit is contained in:
parent
64924f9999
commit
83af21cb81
@ -4,7 +4,7 @@ services:
|
||||
# OpenVidu Meet Backend
|
||||
openvidu-meet:
|
||||
build: .
|
||||
container_name: openvidu-meet
|
||||
container_name: openvidu-meet-ce
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Configuración básica
|
||||
|
||||
@ -12,8 +12,8 @@ keys:
|
||||
|
||||
# Redis configuration (required for egress, ingress, and multi-node deployments)
|
||||
redis:
|
||||
address: 192.168.1.19:6379
|
||||
password: redispassword
|
||||
address: 192.168.1.20:6380
|
||||
password: 52a4a5b5efdd2ac4a8fd
|
||||
db: 0
|
||||
|
||||
# Enable egress service (recording/streaming)
|
||||
|
||||
8
meet-ce/backend/nohup.out
Normal file
8
meet-ce/backend/nohup.out
Normal file
@ -0,0 +1,8 @@
|
||||
env: ‘\t’: No existe el fichero o el directorio
|
||||
env: use -[v]S to pass options in shebang lines
|
||||
env: ‘\t’: No existe el fichero o el directorio
|
||||
env: use -[v]S to pass options in shebang lines
|
||||
env: ‘ ’: No existe el fichero o el directorio
|
||||
env: use -[v]S to pass options in shebang lines
|
||||
env: ‘\t’: No existe el fichero o el directorio
|
||||
env: use -[v]S to pass options in shebang lines
|
||||
@ -23,9 +23,10 @@ nohup env \
|
||||
LIVEKIT_URL_PRIVATE=wss://livekit-server.bfzqqk.easypanel.host \
|
||||
LIVEKIT_API_KEY=devkey \
|
||||
LIVEKIT_API_SECRET=secretsecretsecretsecretsecretsecret \
|
||||
MEET_REDIS_HOST=192.168.1.19 \
|
||||
MEET_REDIS_PORT=6379 \
|
||||
MEET_REDIS_PASSWORD=redispassword \
|
||||
MEET_REDIS_HOST=192.168.1.20 \
|
||||
MEET_REDIS_PORT=6380 \
|
||||
MEET_REDIS_PASSWORD=52a4a5b5efdd2ac4a8fd \
|
||||
MEET_REDIS_USER=default \
|
||||
MEET_BLOB_STORAGE_MODE=s3 \
|
||||
MEET_S3_SERVICE_ENDPOINT=http://192.168.1.19:9000 \
|
||||
MEET_S3_ACCESS_KEY=minioadmin \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user