chore: add docker-compose for local postgres container

This commit is contained in:
Simon 2025-05-21 14:31:57 +02:00 committed by Moritz
parent 30c070a15a
commit f24ac1e41a
Signed by: moritz
GPG key ID: 1020A035E5DD0824
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,