chore: add docker-compose for local postgres container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon 2025-05-21 14:31:57 +02:00 committed by moritz
parent 32d2fc1062
commit c4bd424163
4 changed files with 30 additions and 2 deletions

View file

@ -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,