-
Clone the repo
-
Install dependencies
pdm install-
Configure environment variables in
.env(see.env.example) -
Start database
docker compose up- If your volume is empty, you need to seed the database
docker compose exec -T db psql -U ${DB_USER:-app} ${DB_NAME:-db} < /path/to/dump-file.sql