chore: add docker-compose for local postgres container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32d2fc1062
commit
c4bd424163
4 changed files with 30 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ config :mv, Mv.Repo,
|
|||
username: "postgres",
|
||||
password: "postgres",
|
||||
hostname: "localhost",
|
||||
port: 5000,
|
||||
database: "mv_dev",
|
||||
stacktrace: true,
|
||||
show_sensitive_data_on_connection_error: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue