Compare commits

...
6 Commits
Author SHA1 Message Date
autonomic-bot bdbefca6c6 chore: upgrade impress to v5.4.1, redis to 8.10.0, nginx to 1.31.3
cc-ci/testme cc-ci: success
2026-08-04 01:12:02 +00:00
autonomic-bot 5821060339 chore: upgrade to impress v5.4.1 + redis 8.8.1 + nginx 1.31.3 + minio 2025-09-07
cc-ci/testme cc-ci full lifecycle suite GREEN (build #1182)
2026-08-04 00:21:52 +00:00
autonomic-bot f772297f86 chore: upgrade nginx to 1.31.3
cc-ci/testme cc-ci: failure
2026-07-24 04:23:34 +00:00
autonomic-bot 7e7ba76a6b chore: upgrade impress to v5.4.1
cc-ci/testme cc-ci: failure
2026-07-13 20:32:19 +00:00
autonomic-bot 9e3f3b1351 chore: upgrade impress to v5.3.0, nginx to 1.31.2, minio to RELEASE.2025-09-07
cc-ci/testme cc-ci: success
2026-06-29 00:56:21 +00:00
autonomic-bot 505e53ccc2 chore: upgrade to v5.3.0 (impress app/backend/celery/y-provider) + nginx 1.31.2
cc-ci/testme cc-ci: success
2026-06-22 21:31:06 +00:00
+7 -7
View File
@@ -103,7 +103,7 @@ x-minio-env: &minio-env
services:
app:
image: lasuite/impress-frontend:v5.2.1
image: lasuite/impress-frontend:v5.4.1
networks:
- backend
deploy:
@@ -120,7 +120,7 @@ services:
start_period: 10s
backend:
image: lasuite/impress-backend:v5.2.1
image: lasuite/impress-backend:v5.4.1
networks:
- backend
environment:
@@ -155,7 +155,7 @@ services:
- email_pass
celery:
image: lasuite/impress-backend:v5.2.1
image: lasuite/impress-backend:v5.4.1
networks:
- backend
healthcheck:
@@ -185,7 +185,7 @@ services:
y-provider:
image: lasuite/impress-y-provider:v5.2.1
image: lasuite/impress-y-provider:v5.4.1
networks:
- backend
healthcheck:
@@ -243,7 +243,7 @@ services:
- postgres_p
redis:
image: redis:8.8.0
image: redis:8.10.0
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 15s
@@ -253,7 +253,7 @@ services:
- backend
minio:
image: minio/minio:RELEASE.2025-05-24T17-08-30Z
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
environment: *minio-env
healthcheck:
test: ["CMD", "mc", "ready", "local"]
@@ -283,7 +283,7 @@ services:
- minio_ru
web:
image: nginx:1.31.1
image: nginx:1.31.3
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8083"]
interval: 15s