From be08d7230f13c1654b774b1e869bc5cba4c4ab26 Mon Sep 17 00:00:00 2001 From: Ricardo Boni Date: Tue, 27 Jan 2026 10:33:26 -0300 Subject: [PATCH] fix(tg-install): Wait the DB to be ready --- dk-installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dk-installer.py b/dk-installer.py index ab00f94..46815de 100755 --- a/dk-installer.py +++ b/dk-installer.py @@ -1859,7 +1859,8 @@ def get_compose_file_contents(self, action, args): extra_hosts: - host.docker.internal:host-gateway depends_on: - - postgres + postgres: + condition: service_healthy networks: - datakitchen