chore: upgrade to 0.4.1+v1.19.0
All checks were successful
cc-ci/testme cc-ci: success

This commit is contained in:
notplants
2026-06-10 00:15:40 +01:00
parent 4cab49caec
commit 05cdafb5bb

View File

@ -71,7 +71,7 @@ services:
labels: labels:
- "traefik.enable=false" - "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.4.0+v1.19.0" - "coop-cloud.${STACK_NAME}.version=0.4.1+v1.19.0"
user: "${DOCKER_USER:-1000}" user: "${DOCKER_USER:-1000}"
entrypoint: entrypoint:
- /docker-entrypoint.sh - /docker-entrypoint.sh
@ -173,7 +173,7 @@ services:
- postgres_p - postgres_p
redis: redis:
image: redis:8.6.4 image: redis:8.8.0
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
interval: 15s interval: 15s
@ -183,7 +183,7 @@ services:
- backend - backend
livekit: livekit:
image: livekit/livekit-server:v1.12.0 image: livekit/livekit-server:v1.13.1
command: --config /livekit-server.yaml command: --config /livekit-server.yaml
environment: environment:
- STACK_NAME - STACK_NAME