Merge pull request 'chore: upgrade to v1.15.0, pin image tags to semver' (#2) from upgrade-0.2.0+v1.15.0 into main

Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/2
This commit is contained in:
notplants
2026-05-11 19:56:11 +00:00

View File

@ -64,14 +64,14 @@ x-postgres-env: &postgres-env
services: services:
app: app:
image: lasuite/meet-frontend:v1.8.0 image: lasuite/meet-frontend:v1.15.0
networks: networks:
- backend - backend
deploy: deploy:
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.1.0+1.8.0" - "coop-cloud.${STACK_NAME}.version=0.2.0+v1.15.0"
user: "${DOCKER_USER:-1000}" user: "${DOCKER_USER:-1000}"
entrypoint: entrypoint:
- /docker-entrypoint.sh - /docker-entrypoint.sh
@ -80,14 +80,14 @@ services:
- MEET_HOST=${DOMAIN} - MEET_HOST=${DOMAIN}
- LIVEKIT_HOST=${LIVEKIT_DOMAIN} - LIVEKIT_HOST=${LIVEKIT_DOMAIN}
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8080 || exit 1"] test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1:8080 || exit 1"]
interval: 15s interval: 15s
timeout: 30s timeout: 30s
retries: 20 retries: 20
start_period: 10s start_period: 10s
backend: backend:
image: lasuite/meet-backend:v1.8.0 image: lasuite/meet-backend:v1.15.0
networks: networks:
- backend - backend
environment: environment:
@ -119,7 +119,7 @@ services:
- email_pass - email_pass
celery: celery:
image: lasuite/meet-backend:v1.8.0 image: lasuite/meet-backend:v1.15.0
networks: networks:
- backend - backend
healthcheck: healthcheck:
@ -173,7 +173,7 @@ services:
- postgres_p - postgres_p
redis: redis:
image: redis:8 image: redis:8.6.3
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.8.2 image: livekit/livekit-server:v1.11.0
command: --config /livekit-server.yaml command: --config /livekit-server.yaml
environment: environment:
- STACK_NAME - STACK_NAME
@ -223,7 +223,7 @@ services:
- "traefik.http.services.${STACK_NAME}_livekit.loadbalancer.server.port=7880" - "traefik.http.services.${STACK_NAME}_livekit.loadbalancer.server.port=7880"
web: web:
image: nginx:1.29 image: nginx:1.29.8
environment: environment:
- STACK_NAME - STACK_NAME
healthcheck: healthcheck: