Updated templates

This commit is contained in:
pptx704
2025-07-21 16:55:56 +03:00
parent 78d578562e
commit 2c845dbdfd
3 changed files with 39 additions and 5 deletions

View File

@ -27,8 +27,6 @@ services:
- POSTGRES_DB=${POSTGRES_DB}
ports:
- "5432:5432"
volumes:
- ./docker-data/postgres:/var/lib/postgresql/data
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]