This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user