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

This commit is contained in:
autonomic-bot
2026-06-05 03:02:08 +00:00
parent b88845fabb
commit 609be200bd
4 changed files with 54 additions and 13 deletions

View File

@ -64,14 +64,14 @@ x-postgres-env: &postgres-env
services:
app:
image: lasuite/meet-frontend:v1.17.0
image: lasuite/meet-frontend:v1.19.0
networks:
- backend
deploy:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v1.17.0"
- "coop-cloud.${STACK_NAME}.version=0.4.0+v1.19.0"
user: "${DOCKER_USER:-1000}"
entrypoint:
- /docker-entrypoint.sh
@ -87,7 +87,7 @@ services:
start_period: 10s
backend:
image: lasuite/meet-backend:v1.17.0
image: lasuite/meet-backend:v1.19.0
networks:
- backend
environment:
@ -119,7 +119,7 @@ services:
- email_pass
celery:
image: lasuite/meet-backend:v1.17.0
image: lasuite/meet-backend:v1.19.0
networks:
- backend
healthcheck:
@ -173,7 +173,7 @@ services:
- postgres_p
redis:
image: redis:8.8.0
image: redis:8.6.4
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 15s
@ -191,7 +191,7 @@ services:
- LIVEKIT_NODE_IP
- LIVEKIT_FORCE_TCP=${LIVEKIT_FORCE_TCP:-false}
- LIVEKIT_TURN_ENABLED=${LIVEKIT_TURN_ENABLED:-true}
- TURN_DOMAIN=${TURN_DOMAIN:-${LIVEKIT_DOMAIN}}
- TURN_DOMAIN=${TURN_DOMAIN}
- TURN_UDP_PORT=${TURN_UDP_PORT:-443}
# WebRTC ICE ports must be published directly on the host.
# These carry raw RTP media, not HTTP — cannot be proxied through Traefik without extra traefik compose.