chore: sync local changes

This commit is contained in:
chengkml
2026-05-03 12:27:05 +08:00
parent 3362b6b67e
commit b402b77b06
6 changed files with 258 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ services:
MINIO_ENDPOINT: http://minio:9000
CELERY_BROKER_URL: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/1
FLOWER_BASIC_AUTH: ${FLOWER_BASIC_AUTH}
ports:
- "${API_PORT}:8000"
volumes:
+1
View File
@@ -75,6 +75,7 @@ services:
MINIO_ENDPOINT: http://minio:9000
CELERY_BROKER_URL: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/1
FLOWER_BASIC_AUTH: ${FLOWER_BASIC_AUTH}
ports:
- "${API_PORT}:8000"
volumes: