docker fix

This commit is contained in:
2024-08-31 13:53:19 -04:00
parent 0e60ad1a86
commit 5177e757fd

View File

@@ -6,7 +6,7 @@ config :poex, Poex.Repo,
password: "postgres",
hostname: System.get_env("PGHOST") || "localhost",
database: "poex_dev",
port: System.get_env("PGPORT") |> String.to_integer() || 5432,
port: 5432,
stacktrace: true,
show_sensitive_data_on_connection_error: true,
pool_size: 10