5 Commits

Author SHA1 Message Date
0e3daeffec chore: upgrade web (nginx) to 1.31.2
All checks were successful
cc-ci/testme cc-ci: success
2026-06-19 02:58:04 +00:00
717205a117 Merge pull request 'chore: upgrade to v0.19.0' (#8) from upgrade-6771622 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-drive/pulls/8
2026-06-15 17:12:34 +00:00
6771622bae chore: upgrade to v0.19.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-12 03:32:50 +00:00
d5cb5c898f Merge pull request 'chore: upgrade to 0.9.0+v0.18.0' (#6) from upgrade-0.9.0+v0.18.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-drive/pulls/6
2026-06-08 17:32:44 +00:00
ffa7d585af chore: upgrade to 0.9.0+v0.18.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-05 02:50:51 +00:00

View File

@ -95,14 +95,14 @@ services:
app:
user: "${DOCKER_USER:-1000}"
image: lasuite/drive-frontend:v0.18.0
image: lasuite/drive-frontend:v0.19.0
networks:
- backend
deploy:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.8.0+v0.18.0"
- "coop-cloud.${STACK_NAME}.version=0.10.0+v0.19.0"
environment:
<<: [ *common-env ]
healthcheck:
@ -116,7 +116,7 @@ services:
backend:
user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.18.0
image: lasuite/drive-backend:v0.19.0
command: [ "gunicorn", "-c", "/usr/local/etc/gunicorn/drive.py", "drive.wsgi:application" ]
entrypoint: [ "/abra-entrypoint.sh", "/usr/local/bin/entrypoint" ]
environment:
@ -140,7 +140,7 @@ services:
celery:
user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.18.0
image: lasuite/drive-backend:v0.19.0
networks:
- backend
command: [ "celery", "-A", "drive.celery_app", "worker", "-l", "INFO" ]
@ -162,7 +162,7 @@ services:
celery-beat:
user: ${DOCKER_USER:-1000}
image: lasuite/drive-backend:v0.18.0
image: lasuite/drive-backend:v0.19.0
networks:
- backend
command: [ "celery", "-A", "drive.celery_app", "beat", "-l", "INFO", "--schedule", "/tmp/celerybeat-schedule" ]
@ -209,7 +209,7 @@ services:
- postgres_p
redis:
image: redis:8.6.3
image: redis:8.8.0
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 10s
@ -363,7 +363,7 @@ services:
web:
image: nginx:1.30.0
image: nginx:1.31.2
configs:
- source: nginx_conf
target: /etc/nginx/conf.d/default.conf