feat: upgrade to 0.3.1+v1.17.0
All checks were successful
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-06-01 08:38:40 +00:00
parent 3d3f7d19c6
commit 2d0c70779e

View File

@ -64,14 +64,14 @@ x-postgres-env: &postgres-env
services: services:
app: app:
image: lasuite/meet-frontend:v1.16.0 image: lasuite/meet-frontend:v1.17.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.3.0+v1.16.0" - "coop-cloud.${STACK_NAME}.version=0.3.1+v1.17.0"
user: "${DOCKER_USER:-1000}" user: "${DOCKER_USER:-1000}"
entrypoint: entrypoint:
- /docker-entrypoint.sh - /docker-entrypoint.sh
@ -87,7 +87,7 @@ services:
start_period: 10s start_period: 10s
backend: backend:
image: lasuite/meet-backend:v1.16.0 image: lasuite/meet-backend:v1.17.0
networks: networks:
- backend - backend
environment: environment:
@ -119,7 +119,7 @@ services:
- email_pass - email_pass
celery: celery:
image: lasuite/meet-backend:v1.16.0 image: lasuite/meet-backend:v1.17.0
networks: networks:
- backend - backend
healthcheck: healthcheck:
@ -173,7 +173,7 @@ services:
- postgres_p - postgres_p
redis: redis:
image: redis:8.6.3 image: redis:8.8.0
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
interval: 15s interval: 15s