use socket-only postgres

This commit is contained in:
Yisroel Baum 2026-06-12 12:14:10 +03:00
parent cac1ca221e
commit d44cd78611
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,7 @@ version: "0.5"
processes:
postgres:
command: postgres -D "$PGDATA" -k "$PGDATA" -c listen_addresses=127.0.0.1
command: postgres -D "$PGDATA" -k "$PGDATA" -c listen_addresses=
shutdown:
signal: 2
readiness_probe: