Migration Automation

- Adding docker DB template,
- migrationscript,
- config update,
. adding migration to bee rs
This commit is contained in:
2018-11-14 18:47:42 +01:00
parent ec3af0cad6
commit e8452e0d77
5 changed files with 40 additions and 16 deletions

1
docker/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tmp

View File

@ -5,7 +5,7 @@ services:
volumes:
- ./tmp/db:/var/lib/postgresql/data
environment:
POSTGRES_DATABASE: "system"
POSTGRES_DB: "system"
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "ENvfffM4hrJAKrs8"
ports: