fix: update Redis configuration in LiveKit and restart script
Some checks failed
Backend Unit Tests / Backend Unit Tests (push) Has been cancelled
WebComponent E2E Tests / WebComponent E2E Tests (push) Has been cancelled
WebComponent Unit Tests / WebComponent Unit Tests (push) Has been cancelled

This commit is contained in:
Cesar Mendivil 2026-03-16 11:56:17 -07:00
parent 64924f9999
commit 83af21cb81
4 changed files with 17 additions and 8 deletions

View File

@ -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

View File

@ -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)

View 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

View File

@ -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 \