This commit is contained in:
Marco Pedone 2026-05-22 17:35:22 +02:00
parent 7d5674058a
commit 5ac769ce16

View file

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