chore: upgrade lasuite-drive redis to 8.10.1, web (nginx) to 1.31.4 #6

Open
autonomic-bot wants to merge 10 commits from upgrade-1935df0 into main
Showing only changes of commit 1e578b0712 - Show all commits
+5 -5
View File
@@ -95,7 +95,7 @@ services:
app:
user: "${DOCKER_USER:-1000}"
image: lasuite/drive-frontend:v0.19.0
image: lasuite/drive-frontend:v0.20.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.20.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.20.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.20.0
networks:
- backend
command: [ "celery", "-A", "drive.celery_app", "beat", "-l", "INFO", "--schedule", "/tmp/celerybeat-schedule" ]
@@ -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