chore: publish 0.2.0+v3.4.2 release
This commit is contained in:
14
compose.yml
14
compose.yml
@ -84,14 +84,14 @@ x-minio-env: &minio-env
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lasuite/impress-frontend:v3.3.0
|
||||
image: lasuite/impress-frontend:v3.4.2
|
||||
networks:
|
||||
- backend
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.enable=false"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+v3.3.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+v3.4.2"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
||||
interval: 15s
|
||||
@ -100,7 +100,7 @@ services:
|
||||
start_period: 10s
|
||||
|
||||
backend:
|
||||
image: lasuite/impress-backend:v3.3.0
|
||||
image: lasuite/impress-backend:v3.4.2
|
||||
networks:
|
||||
- backend
|
||||
environment:
|
||||
@ -113,7 +113,7 @@ services:
|
||||
start_period: 10s
|
||||
|
||||
celery:
|
||||
image: lasuite/impress-backend:v3.3.0
|
||||
image: lasuite/impress-backend:v3.4.2
|
||||
networks:
|
||||
- backend
|
||||
command: ["celery", "-A", "impress.celery_app", "worker", "-l", "INFO"]
|
||||
@ -121,7 +121,7 @@ services:
|
||||
<<: [*common-env, *postgres-env, *yprovider-env]
|
||||
|
||||
y-provider:
|
||||
image: lasuite/impress-y-provider:v3.3.0
|
||||
image: lasuite/impress-y-provider:v3.4.2
|
||||
networks:
|
||||
- backend
|
||||
environment: *yprovider-env
|
||||
@ -153,7 +153,7 @@ services:
|
||||
mode: 0555
|
||||
|
||||
redis:
|
||||
image: redis:5
|
||||
image: redis:8
|
||||
networks:
|
||||
- backend
|
||||
|
||||
@ -194,7 +194,7 @@ services:
|
||||
backupbot.backup: "${ENABLE_BACKUPS:-true}"
|
||||
|
||||
web:
|
||||
image: nginx:1.27
|
||||
image: nginx:1.29
|
||||
configs:
|
||||
- source: nginx_conf
|
||||
target: /etc/nginx/conf.d/default.conf
|
||||
|
Reference in New Issue
Block a user