This commit is contained in:
Marco Pedone 2026-05-22 17:38:39 +02:00
parent 80dd3998a1
commit 55ef9e4554

View file

@ -13,7 +13,7 @@ services:
expose: expose:
- 5432 - 5432
volumes: volumes:
- dbdata_v18:/var/lib/postgresql - dbinfo-main-zkx9vb_dbdata_v18:/var/lib/postgresql
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
interval: 1s interval: 1s