Compare commits

..

10 Commits

Author SHA1 Message Date
911c982b99 Merge pull request 'upgrade-22076ad' (#22) from upgrade-22076ad into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/22
2026-06-15 17:26:09 +00:00
8a06cfc2c9 chore: upgrade to v5.2.1
All checks were successful
cc-ci/testme cc-ci: success
2026-06-12 03:34:05 +00:00
22076ad5d9 chore: upgrade to v5.2.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-05 02:43:55 +00:00
a8613e3d96 Merge pull request 'update pgbackup version to v4' (#21) from v4 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/21
2026-06-02 17:12:59 +00:00
da9a110c46 update pgbackup version to v4 2026-06-02 13:12:14 -04:00
d73a391225 Merge pull request 'chore: upgrade to 0.3.4+v5.1.0' (#20) from upgrade-0.3.4+v5.1.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/20
2026-06-02 16:52:24 +00:00
4c57b8f80d chore: upgrade to 0.3.4+v5.1.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-02 07:23:07 +00:00
290a8ad72d Merge pull request 'chore: upgrade to 0.3.3+v5.1.0' (#19) from upgrade-0.3.3+v5.1.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/19
2026-05-26 16:29:42 +00:00
148439f7cf chore: upgrade to 0.3.3+v5.1.0 2026-05-25 20:41:17 +01:00
dd90697270 Merge pull request 'bump to 0.3.2+v5.1.0' (#18) from upgrade-0.3.2+v5.1.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/18
2026-05-18 18:54:53 +00:00
2 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs # Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
export ABRA_ENTRYPOINT_VERSION=v5 export ABRA_ENTRYPOINT_VERSION=v5
export NGINX_CONF_VERSION=v3 export NGINX_CONF_VERSION=v3
export PG_BACKUP_VERSION=v3 export PG_BACKUP_VERSION=v4
export MINIO_INITIALIZE_VERSION=v1 export MINIO_INITIALIZE_VERSION=v1
export MIGRATE_VERSION=v1 export MIGRATE_VERSION=v1

View File

@ -103,14 +103,14 @@ x-minio-env: &minio-env
services: services:
app: app:
image: lasuite/impress-frontend:v5.1.0 image: lasuite/impress-frontend:v5.2.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.3.2+v5.1.0" - "coop-cloud.${STACK_NAME}.version=0.3.5+v5.2.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.1.0 image: lasuite/impress-backend:v5.2.1
networks: networks:
- backend - backend
environment: environment:
@ -155,7 +155,7 @@ services:
- email_pass - email_pass
celery: celery:
image: lasuite/impress-backend:v5.1.0 image: lasuite/impress-backend:v5.2.1
networks: networks:
- backend - backend
healthcheck: healthcheck:
@ -185,7 +185,7 @@ services:
y-provider: y-provider:
image: lasuite/impress-y-provider:v5.1.0 image: lasuite/impress-y-provider:v5.2.1
networks: networks:
- backend - backend
healthcheck: healthcheck:
@ -204,7 +204,7 @@ services:
- y_api_key - y_api_key
docspec: docspec:
image: ghcr.io/docspecio/api:3.0.1 image: ghcr.io/docspecio/api:3.0.2
networks: networks:
- backend - backend
healthcheck: healthcheck:
@ -243,7 +243,7 @@ services:
- postgres_p - postgres_p
redis: redis:
image: redis:8.2.6 image: redis:8.8.0
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
interval: 15s interval: 15s
@ -283,7 +283,7 @@ services:
- minio_ru - minio_ru
web: web:
image: nginx:1.30.0 image: nginx:1.31.1
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8083"] test: ["CMD", "curl", "-f", "http://localhost:8083"]
interval: 15s interval: 15s