From 043fbc48ac9516b7161c557070a61f04db6b8d2a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 28 May 2021 14:05:49 +0200 Subject: [PATCH] Disable PG healthcheck for now --- compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 17258de..91cfe62 100644 --- a/compose.yml +++ b/compose.yml @@ -6,8 +6,9 @@ services: image: postgres:9.6-alpine networks: &internalNetwork - internal_network - healthcheck: - test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"] + # Note(decentral1se): get this working, failing somehow so far + # healthcheck: + # test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"] volumes: - postgres:/var/lib/postgresql/data secrets: