Commit Graph

2 Commits

Author SHA1 Message Date
jon r 2bee368683 fix(compose): split Django and Celery healthchecks
- This also fixes a regression with Celery not finding its broker in the worker
container, by adding a dedictad variable and assigning a separate Redis database /1.
Some issues were complaining about corruptions in the Celery database, which
might have come from reusing the same /0 database as Django cache and queue.
- Renames the celeryworker container to just worker.

This partly undoes 4ee6190cc1
2025-03-31 22:33:02 +02:00
jon r 99f3f36ed5 feat(compose/api): move healthcheck to Dockerfile + update entrypoint.sh 2025-03-31 22:33:02 +02:00