added ability to manually insert transactions

This commit is contained in:
BC
2018-07-12 22:05:14 -07:00
parent 29e0de49e9
commit 085cd17100
8 changed files with 88 additions and 46 deletions

View File

@@ -31,6 +31,8 @@ services:
POSTGRES_USER: ap
POSTGRES_PASSWORD: fifteen-invoices-imported!
POSTGRES_DB: autoap
ports:
- "5432:5432"
volumes:
- ./data/var/lib/postgresql/data:/var/lib/postgresql/data
migrator: