Migration Automation
- Adding docker DB template, - migrationscript, - config update, . adding migration to bee rs
This commit is contained in:
1
docker/.gitignore
vendored
Normal file
1
docker/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
tmp
|
@ -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:
|
||||
|
Reference in New Issue
Block a user