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

View file

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