feat: add configurability

This commit is contained in:
Sandro Eiler 2024-01-01 14:34:42 +01:00
parent 89ea0995bb
commit 8257255dc2
10 changed files with 1406 additions and 26 deletions

View file

@ -1,5 +1,14 @@
TODO: Add general information about this project
TODO: Explain usage of docker vs podman
## TODO: explain DB migration
To migrate a already deployed and running database, use
```sh
SKIP_DB_RUN=true ./scripts/init_db.sh
```
## Contribution
Conventions are enforced through commitizen using pre-commit.