Compare commits

...
Author SHA1 Message Date
notplants 5afdfc2762 chore: publish 0.4.1+v5.6.1 release 2026-09-15 15:02:45 -04:00
notplants 38b21f31c4 Merge pull request 'Upgrade to 5.6.1' (#24) from upgrade-1bb8213 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/24
2026-09-15 18:59:29 +00:00
autonomic-bot 71b74f5dea chore: upgrade impress to v5.6.1
cc-ci/testme cc-ci: success
2026-09-07 21:43:44 +00:00
autonomic-bot f3cb443372 chore: upgrade impress to v5.6.0, nginx to 1.31.5
cc-ci/testme cc-ci: success
2026-09-04 02:32:06 +00:00
autonomic-bot 1bb8213b37 chore: upgrade impress to v5.5.0
cc-ci/testme cc-ci: success
2026-08-28 03:17:10 +00:00
+6 -6
View File
@@ -103,14 +103,14 @@ x-minio-env: &minio-env
services: services:
app: app:
image: lasuite/impress-frontend:v5.4.1 image: lasuite/impress-frontend:v5.6.1
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.4.0+v5.4.1" - "coop-cloud.${STACK_NAME}.version=0.4.1+v5.6.1"
user: "${DOCKER_USER:-1000}" user: "${DOCKER_USER:-1000}"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"] test: ["CMD", "curl", "-f", "http://localhost:8080"]
@@ -120,7 +120,7 @@ services:
start_period: 10s start_period: 10s
backend: backend:
image: lasuite/impress-backend:v5.4.1 image: lasuite/impress-backend:v5.6.1
networks: networks:
- backend - backend
environment: environment:
@@ -155,7 +155,7 @@ services:
- email_pass - email_pass
celery: celery:
image: lasuite/impress-backend:v5.4.1 image: lasuite/impress-backend:v5.6.1
networks: networks:
- backend - backend
healthcheck: healthcheck:
@@ -185,7 +185,7 @@ services:
y-provider: y-provider:
image: lasuite/impress-y-provider:v5.4.1 image: lasuite/impress-y-provider:v5.6.1
networks: networks:
- backend - backend
healthcheck: healthcheck:
@@ -283,7 +283,7 @@ services:
- minio_ru - minio_ru
web: web:
image: nginx:1.31.4 image: nginx:1.31.5
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8083"] test: ["CMD", "curl", "-f", "http://localhost:8083"]
interval: 15s interval: 15s