We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8ee0a commit 00708dfCopy full SHA for 00708df
1 file changed
docker-compose.yml
@@ -26,10 +26,6 @@ services:
26
environment:
27
- CELERY_BROKER_URL=redis://redis:6379/0
28
- CELERY_RESULT_BACKEND=redis://redis:6379/0
29
- - MINIO_ENDPOINT=${MINIO_ENDPOINT}
30
- - MINIO_ROOT_USER=${MINIO_ROOT_USER}
31
- - MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
32
- - MINIO_BUCKET_NAME=${MINIO_BUCKET_NAME}
33
depends_on:
34
- redis
35
- minio
0 commit comments