This commit is contained in:
behruz-dev
2025-10-08 19:13:55 +05:00
parent b87d4ec63a
commit 7097261131
4 changed files with 6 additions and 10 deletions

View File

@@ -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: