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 219e715 commit e3204c8Copy full SHA for e3204c8
1 file changed
docker-compose-develop.yml
@@ -15,6 +15,7 @@ services:
15
- MINIO_ENDPOINT=${MINIO_ENDPOINT}
16
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
17
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
18
+ - MINIO_BUCKET_NAME=${MINIO_BUCKET_NAME}
19
depends_on:
20
- redis
21
- minio
@@ -23,12 +24,14 @@ services:
23
24
build:
25
context: .
26
dockerfile: Dockerfile
27
+ command: celery -A app.celery_worker.celery worker --loglevel=info -E
28
environment:
29
- CELERY_BROKER_URL=redis://redis:6379/0
30
- CELERY_RESULT_BACKEND=redis://redis:6379/0
31
32
33
34
35
36
37
0 commit comments