Add and document database cache

This commit is contained in:
Tobias Kunze 2025-03-26 15:38:25 +01:00
parent ebf88527fe
commit 70acf2c381
3 changed files with 9 additions and 0 deletions

View file

@ -8,6 +8,7 @@ export XDG_CONFIG_HOME="/app/config"
echo "Applying database migrations"
uv run src/manage.py migrate
uv run src/manage.py createcachetable
echo "Starting Caddy"
exec caddy run --config /app/config/caddy/Caddyfile --adapter caddyfile 2>&1 &