From cd6699c565bb3c5822b94265f4a9ceb30169ae81 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 12 Jun 2023 14:22:44 +0200 Subject: [PATCH] fix: postgres healthcheck --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 3e59403..6f1d805 100644 --- a/compose.yml +++ b/compose.yml @@ -117,7 +117,7 @@ services: networks: - internal healthcheck: - test: ["CMD", "pg_isready"] + test: ["CMD", "pg_isready", "-U", "authentik"] interval: 30s timeout: 10s retries: 10