adapt celery to honcho setup

This commit is contained in:
imperosol
2025-04-28 12:04:01 +02:00
parent 934d17d9d2
commit 1a81911cd6
7 changed files with 21 additions and 19 deletions

View File

@ -10,6 +10,7 @@ DATABASE_URL=sqlite:///db.sqlite3
REDIS_PORT=7963
CACHE_URL=redis://127.0.0.1:${REDIS_PORT}/0
TASK_BROKER_URL=redis://127.0.0.1:${REDIS_PORT}/1
# Used to select which other services to run alongside
# manage.py, pytest and runserver