feat: add configurability
This commit is contained in:
parent
89ea0995bb
commit
8257255dc2
10 changed files with 1406 additions and 26 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue