From 68dba1c5c59d41bc5fa1e5378b656f4420e1cfba Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Mon, 19 Sep 2022 13:43:33 -0400 Subject: [PATCH] add db and username to pg_isready (#378) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2a58c72ff0..9b1e3cde20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -375,7 +375,7 @@ services: - POSTGRES_PASSWORD=ffs logging: *logging healthcheck: - test: ["CMD-SHELL", "pg_isready"] + test: ["CMD-SHELL", "pg_isready -d ffs -U ffs"] interval: 10s timeout: 5s retries: 5