fix
This commit is contained in:
@@ -49,11 +49,14 @@ services:
|
||||
command: celery -A config worker --loglevel=info
|
||||
environment:
|
||||
- CELERY_BROKER_URL=redis://redis:6379/0
|
||||
- CELERY_RESULT_BACKEND=redis://redis:6379/0
|
||||
depends_on:
|
||||
- redis
|
||||
- web
|
||||
networks:
|
||||
- trustme
|
||||
volumes:
|
||||
- "./:/code"
|
||||
restart: always
|
||||
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user