chore: sync local changes
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user