Dockerize database

This commit is contained in:
Senad Uka
2019-06-20 21:06:31 +02:00
parent e32a73e07e
commit 48300b722c
3 changed files with 29 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ default: &default
development:
<<: *default
username: "docker",
password: "docker",
host: localhost,
port: 5431,
database: roraccounting_development
# The specified database role being used to connect to postgres.