Compare commits

..
Author SHA1 Message Date
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
trav f47e452ca8 chore: publish 0.4.0+v5.4.1 release 2026-08-24 12:35:15 -04:00
trav c48f893bd4 Merge pull request 'Upgrade 505e53c' (#23) from upgrade-505e53c into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/23
2026-08-24 16:34:41 +00:00
+6 -6
View File
@@ -103,14 +103,14 @@ x-minio-env: &minio-env
services:
app:
image: lasuite/impress-frontend:v5.4.1
image: lasuite/impress-frontend:v5.6.1
networks:
- backend
deploy:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.3.5+v5.2.1"
- "coop-cloud.${STACK_NAME}.version=0.4.0+v5.4.1"
user: "${DOCKER_USER:-1000}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
@@ -120,7 +120,7 @@ services:
start_period: 10s
backend:
image: lasuite/impress-backend:v5.4.1
image: lasuite/impress-backend:v5.6.1
networks:
- backend
environment:
@@ -155,7 +155,7 @@ services:
- email_pass
celery:
image: lasuite/impress-backend:v5.4.1
image: lasuite/impress-backend:v5.6.1
networks:
- backend
healthcheck:
@@ -185,7 +185,7 @@ services:
y-provider:
image: lasuite/impress-y-provider:v5.4.1
image: lasuite/impress-y-provider:v5.6.1
networks:
- backend
healthcheck:
@@ -283,7 +283,7 @@ services:
- minio_ru
web:
image: nginx:1.31.4
image: nginx:1.31.5
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8083"]
interval: 15s