Compare commits

...
9 Commits
Author SHA1 Message Date
autonomic-bot a5e67e55de chore: upgrade lasuite/drive to v0.21.0
cc-ci/testme cc-ci: success
2026-08-15 19:11:40 +00:00
autonomic-bot c3b6b72232 chore: upgrade lasuite-drive redis to 8.10.0, collabora to 25.04.10.3.1
cc-ci/testme cc-ci: success
2026-08-07 04:24:16 +00:00
autonomic-bot 543a017fdd chore: pin redis to 8.8.1 (security patch; prefer over 8.10.0 minor for sidecar cache)
cc-ci/testme cc-ci testme GREEN (drone #1187)
2026-08-04 01:22:47 +00:00
autonomic-bot 077ea217e1 chore: upgrade redis to 8.10.0
cc-ci/testme cc-ci !testme: GREEN (Drone build #1186)
2026-08-04 01:13:16 +00:00
autonomic-bot ed2617026b chore: upgrade redis to 8.8.1 2026-08-04 00:59:32 +00:00
autonomic-bot 9beb089d10 chore: revert collabora to 25.04.9.4.1 (26.04.2.x crashes in-deploy: sh not found in $PATH)
cc-ci/testme cc-ci: success
2026-07-24 08:35:16 +00:00
autonomic-bot 1e578b0712 chore: upgrade drive to v0.20.0, web (nginx) to 1.31.3
cc-ci/testme cc-ci: failure
2026-07-24 04:50:01 +00:00
autonomic-bot 119bbae335 chore: upgrade collabora to 26.04.2.1.1, onlyoffice to 9.4.1.2
cc-ci/testme cc-ci: failure
2026-07-03 05:04:46 +00:00
autonomic-bot 1935df02e7 chore: upgrade collabora to 25.04.10.3.1, onlyoffice to 9.4.1.1
cc-ci/testme cc-ci: success
2026-06-29 00:48:20 +00:00
+8 -8
View File
@@ -95,7 +95,7 @@ services:
app:
user: "${DOCKER_USER:-1000}"
image: lasuite/drive-frontend:v0.19.0
image: lasuite/drive-frontend:v0.21.0
networks:
- backend
deploy:
@@ -116,7 +116,7 @@ services:
backend:
user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.19.0
image: lasuite/drive-backend:v0.21.0
command: [ "gunicorn", "-c", "/usr/local/etc/gunicorn/drive.py", "drive.wsgi:application" ]
entrypoint: >
sh -c "if [ \"$$AUTO_MIGRATIONS\" = \"true\" ]; then /migrate.sh; fi && exec /abra-entrypoint.sh /usr/local/bin/entrypoint \"$$@\"" --
@@ -145,7 +145,7 @@ services:
celery:
user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.19.0
image: lasuite/drive-backend:v0.21.0
networks:
- backend
command: [ "celery", "-A", "drive.celery_app", "worker", "-l", "INFO" ]
@@ -167,7 +167,7 @@ services:
celery-beat:
user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.19.0
image: lasuite/drive-backend:v0.21.0
networks:
- backend
command: [ "celery", "-A", "drive.celery_app", "beat", "-l", "INFO", "--schedule", "/tmp/celerybeat-schedule" ]
@@ -214,7 +214,7 @@ services:
- postgres_p
redis:
image: redis:8.8.0
image: redis:8.10.0
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 10s
@@ -273,7 +273,7 @@ services:
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
collabora:
image: collabora/code:25.04.9.4.1
image: collabora/code:25.04.10.3.1
entrypoint: >
sh -c "
export password=\"$$(cat /run/secrets/collabora_p)\" &&
@@ -311,7 +311,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_collabora.middlewares=${STACK_NAME}_collabora-cors"
onlyoffice:
image: onlyoffice/documentserver-de:9.3.1.2
image: onlyoffice/documentserver-de:9.4.1.2
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost/hosting/discovery" ]
interval: 30s
@@ -350,7 +350,7 @@ services:
web:
image: nginx:1.31.2
image: nginx:1.31.3
configs:
- source: nginx_conf
target: /etc/nginx/conf.d/default.conf