Skip to content

Commit e1a1610

Browse files
committed
remove extraneous environment variables from dev celery worker
1 parent 6215b5f commit e1a1610

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker-compose-develop.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ services:
2929
environment:
3030
- CELERY_BROKER_URL=redis://redis:6379/0
3131
- 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}
3632
depends_on:
3733
- redis
3834
- minio

0 commit comments

Comments
 (0)