Merge pull request 'Upgrade 1935df0' (#11) from upgrade-1935df0 into main

Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-drive/pulls/11
This commit is contained in:
2026-08-24 16:47:36 +00:00
+8 -8
View File
@@ -95,7 +95,7 @@ services:
app: app:
user: "${DOCKER_USER:-1000}" user: "${DOCKER_USER:-1000}"
image: lasuite/drive-frontend:v0.19.0 image: lasuite/drive-frontend:v0.21.0
networks: networks:
- backend - backend
deploy: deploy:
@@ -116,7 +116,7 @@ services:
backend: backend:
user: ${DOCKER_USER:-1000} 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" ] command: [ "gunicorn", "-c", "/usr/local/etc/gunicorn/drive.py", "drive.wsgi:application" ]
entrypoint: > entrypoint: >
sh -c "if [ \"$$AUTO_MIGRATIONS\" = \"true\" ]; then /migrate.sh; fi && exec /abra-entrypoint.sh /usr/local/bin/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: celery:
user: ${DOCKER_USER:-1000} user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.19.0 image: lasuite/drive-backend:v0.21.0
networks: networks:
- backend - backend
command: [ "celery", "-A", "drive.celery_app", "worker", "-l", "INFO" ] command: [ "celery", "-A", "drive.celery_app", "worker", "-l", "INFO" ]
@@ -167,7 +167,7 @@ services:
celery-beat: celery-beat:
user: ${DOCKER_USER:-1000} user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.19.0 image: lasuite/drive-backend:v0.21.0
networks: networks:
- backend - backend
command: [ "celery", "-A", "drive.celery_app", "beat", "-l", "INFO", "--schedule", "/tmp/celerybeat-schedule" ] command: [ "celery", "-A", "drive.celery_app", "beat", "-l", "INFO", "--schedule", "/tmp/celerybeat-schedule" ]
@@ -214,7 +214,7 @@ services:
- postgres_p - postgres_p
redis: redis:
image: redis:8.8.0 image: redis:8.10.1
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
interval: 10s interval: 10s
@@ -273,7 +273,7 @@ services:
- "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup=${ENABLE_BACKUPS:-true}"
collabora: collabora:
image: collabora/code:25.04.9.4.1 image: collabora/code:25.04.10.3.1
entrypoint: > entrypoint: >
sh -c " sh -c "
export password=\"$$(cat /run/secrets/collabora_p)\" && export password=\"$$(cat /run/secrets/collabora_p)\" &&
@@ -311,7 +311,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_collabora.middlewares=${STACK_NAME}_collabora-cors" - "traefik.http.routers.${STACK_NAME}_collabora.middlewares=${STACK_NAME}_collabora-cors"
onlyoffice: onlyoffice:
image: onlyoffice/documentserver-de:9.3.1.2 image: onlyoffice/documentserver-de:9.4.1.2
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost/hosting/discovery" ] test: [ "CMD", "curl", "-f", "http://localhost/hosting/discovery" ]
interval: 30s interval: 30s
@@ -350,7 +350,7 @@ services:
web: web:
image: nginx:1.31.2 image: nginx:1.31.4
configs: configs:
- source: nginx_conf - source: nginx_conf
target: /etc/nginx/conf.d/default.conf target: /etc/nginx/conf.d/default.conf