Organize application logic by core/feature breakouts, add dhall configuration support and add a range of new config options in the Reader, add example configuration/deployment files

This commit is contained in:
2022-07-01 20:34:29 -05:00
parent b4d6e9c9d1
commit f7a61dcddc
15 changed files with 260 additions and 22 deletions

7
.gitignore vendored
View File

@ -1,4 +1,7 @@
data/
bin/
/config.dhall
/Dockerfile
docker-stack.yml
.stack-work/
./data
./config.dhall
*~