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 6215b5f commit e1a1610Copy full SHA for e1a1610
1 file changed
docker-compose-develop.yml
@@ -29,10 +29,6 @@ services:
29
environment:
30
- CELERY_BROKER_URL=redis://redis:6379/0
31
- CELERY_RESULT_BACKEND=redis://redis:6379/0
32
- - MINIO_ENDPOINT=${MINIO_ENDPOINT}
33
- - MINIO_ROOT_USER=${MINIO_ROOT_USER}
34
- - MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
35
- - MINIO_BUCKET_NAME=${MINIO_BUCKET_NAME}
36
depends_on:
37
- redis
38
- minio
0 commit comments