fix: install db config

This commit is contained in:
Benjamin
2025-12-29 22:35:21 +01:00
parent 70eb52735b
commit a025a102d0
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ services:
networks:
- internal
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
test: ["CMD-SHELL", "pg_isready -U postgres -d ackify"]
interval: 10s
timeout: 5s
retries: 5

View File

@@ -92,7 +92,7 @@ services:
networks:
- internal
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
test: ["CMD-SHELL", "pg_isready -U postgres -d ackify"]
interval: 10s
timeout: 5s
retries: 5