Co-authored-by: pptx704 <rafeedm.bhuiyan@gmail.com>
Reviewed-on: #3
This commit is contained in:
2025-07-21 14:00:23 +00:00
parent 7a8a933da2
commit 245b7f0103
7 changed files with 330 additions and 43 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}"]