feat: upgrade to 0.3.1+v1.17.0 #2
10
compose.yml
10
compose.yml
@ -64,14 +64,14 @@ x-postgres-env: &postgres-env
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lasuite/meet-frontend:v1.16.0
|
||||
image: lasuite/meet-frontend:v1.17.0
|
||||
networks:
|
||||
- backend
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.enable=false"
|
||||
- "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}"
|
||||
entrypoint:
|
||||
- /docker-entrypoint.sh
|
||||
@ -87,7 +87,7 @@ services:
|
||||
start_period: 10s
|
||||
|
||||
backend:
|
||||
image: lasuite/meet-backend:v1.16.0
|
||||
image: lasuite/meet-backend:v1.17.0
|
||||
networks:
|
||||
- backend
|
||||
environment:
|
||||
@ -119,7 +119,7 @@ services:
|
||||
- email_pass
|
||||
|
||||
celery:
|
||||
image: lasuite/meet-backend:v1.16.0
|
||||
image: lasuite/meet-backend:v1.17.0
|
||||
networks:
|
||||
- backend
|
||||
healthcheck:
|
||||
@ -173,7 +173,7 @@ services:
|
||||
- postgres_p
|
||||
|
||||
redis:
|
||||
image: redis:8.6.3
|
||||
image: redis:8.8.0
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 15s
|
||||
|
||||
Reference in New Issue
Block a user