Enable Celery
We must find out how to enable Celery.
Ideally, it should run in a separate pod, but that requires making volumes available to both the app and the celery pod (because a Celery task might handle media files).
This, in turn, probably requires restructuring the startup script, and factoring database migrations out into a separate jo / init container.