From a025a102d0a9e8bda6c27f74a32d6eb53e358b5e Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 29 Dec 2025 22:35:21 +0100 Subject: [PATCH] fix: install db config --- install/compose-traefik.yml | 2 +- install/compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/compose-traefik.yml b/install/compose-traefik.yml index c07d11a..ce136af 100644 --- a/install/compose-traefik.yml +++ b/install/compose-traefik.yml @@ -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 diff --git a/install/compose.yml b/install/compose.yml index 76f297d..518e299 100644 --- a/install/compose.yml +++ b/install/compose.yml @@ -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