From 83af21cb81b64b897e1e216cb19c6170315b01ea Mon Sep 17 00:00:00 2001 From: Cesar Mendivil Date: Mon, 16 Mar 2026 11:56:17 -0700 Subject: [PATCH] fix: update Redis configuration in LiveKit and restart script --- docker-compose.yml | 4 ++-- livekit.yaml | 4 ++-- meet-ce/backend/nohup.out | 8 ++++++++ restart-stack.sh | 9 +++++---- 4 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 meet-ce/backend/nohup.out diff --git a/docker-compose.yml b/docker-compose.yml index 06d64ef1..48a5efa8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -67,4 +67,4 @@ volumes: networks: openvidu-network: - driver: bridge \ No newline at end of file + driver: bridge diff --git a/livekit.yaml b/livekit.yaml index b8328ed2..45fc5adf 100644 --- a/livekit.yaml +++ b/livekit.yaml @@ -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) diff --git a/meet-ce/backend/nohup.out b/meet-ce/backend/nohup.out new file mode 100644 index 00000000..071bfe1e --- /dev/null +++ b/meet-ce/backend/nohup.out @@ -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 diff --git a/restart-stack.sh b/restart-stack.sh index 577856c9..60030866 100755 --- a/restart-stack.sh +++ b/restart-stack.sh @@ -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 \ @@ -60,4 +61,4 @@ echo "📄 Logs en: /tmp/ovm-logs/" echo -e "\n🌐 URLs:" echo " • Frontend: http://192.168.1.19:4200" echo " • Backend: https://openvidu.bfzqqk.easypanel.host" -echo " • LiveKit: wss://livekit-server.bfzqqk.easypanel.host" \ No newline at end of file +echo " • LiveKit: wss://livekit-server.bfzqqk.easypanel.host"