chore: upgrade to 0.4.0+v1.19.0

This commit is contained in:
notplants
2026-06-09 01:32:30 +00:00
committed by notplants
parent f3b81c5592
commit 479e70d97f
+5 -5
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.19.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.4.0+v1.19.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.19.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.19.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.6.4
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
interval: 15s interval: 15s