chore: upgrade redis to 8.10.1, livekit to v1.13.5, nginx to 1.31.4
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-08-21 03:04:26 +00:00
parent b3cd1aebae
commit 789730a89d
+3 -3
View File
@@ -173,7 +173,7 @@ services:
- postgres_p
redis:
image: redis:8.8.0
image: redis:8.10.1
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 15s
@@ -183,7 +183,7 @@ services:
- backend
livekit:
image: livekit/livekit-server:v1.13.1
image: livekit/livekit-server:v1.13.5
command: --config /livekit-server.yaml
environment:
- STACK_NAME
@@ -223,7 +223,7 @@ services:
- "traefik.http.services.${STACK_NAME}_livekit.loadbalancer.server.port=7880"
web:
image: nginx:1.31.2
image: nginx:1.31.4
environment:
- STACK_NAME
healthcheck: