Feat: fixed start command

This commit is contained in:
2025-01-13 11:49:59 +03:00
parent af837b54be
commit 9ee8e43fb4
3 changed files with 9 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ services:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_DB: ${POSTGRES_DB:-postgres}
ports:
- 5432
- "127.0.0.1:${POSTGRES_PORT}:5432"
healthcheck:
test: ["CMD", "pg_isready"]
interval: 10s