Setup csv exports and html status page

This commit is contained in:
Ajay Ramachandran 2021-03-20 01:08:33 -04:00
parent 3c89e9c015
commit 02e628f533
4 changed files with 71 additions and 3 deletions

View file

@ -7,6 +7,7 @@ services:
- database.env
volumes:
- database-data:/var/lib/postgresql/data
- ./database-export/:/opt/exports
ports:
- 127.0.0.1:5432:5432
redis: