Commit Graph

9 Commits

Author SHA1 Message Date
jon r 9b43aa7427 fix(compose): use common internal address for SPA root 2025-04-24 15:13:16 +02:00
jon r afc15be3f0 chore(compose): use canonical name for web service 2025-04-24 15:13:16 +02:00
jon r 18ff708134 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-04-24 15:13:16 +02:00
jon r 96f5c0806d chore(compose): call frontend application app 2025-04-24 15:12:38 +02:00
jon r 235c415205 feat(compose/api): move healthcheck to Dockerfile + update entrypoint.sh 2025-04-24 15:12:38 +02:00
jon r 5ea9ed3494 fix(settings/local): do not force by default, but specify explicitly
Adds tini as PID 1 to Django containers for them to react to signals.
(init: true)
2025-04-24 15:12:09 +02:00
jon r ca9a4687af chore(nginx): consistent use of _HOST suffix 2025-04-24 15:10:56 +02:00
jon r 06f0a8f1e3 Chore: Compose, Docker frontend + CI environment 2025-04-18 10:35:06 +02:00
jon r 1e6e6923d2 fix(DX): Docker mac compatibility, dynamic DNS + Debian image (#2337 #1691) 2024-10-21 08:57:15 +00:00