Skip to content

Commit 00708df

Browse files
committed
remove extraneous environment variables from main celery worker
1 parent 4d8ee0a commit 00708df

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ services:
2626
environment:
2727
- CELERY_BROKER_URL=redis://redis:6379/0
2828
- 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}
3329
depends_on:
3430
- redis
3531
- minio

0 commit comments

Comments
 (0)