From 7cbd06eb0270e4923db06923a6c8dc69aabf0c5e Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Thu, 8 Feb 2024 22:50:39 +0000 Subject: [PATCH] Rely on iatlas-postgres health check --- docker/iatlas/services/data.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/iatlas/services/data.yml b/docker/iatlas/services/data.yml index 430b4fd63d..1ac4c45104 100644 --- a/docker/iatlas/services/data.yml +++ b/docker/iatlas/services/data.yml @@ -14,4 +14,5 @@ services: limits: memory: 6G depends_on: - - iatlas-postgres + iatlas-postgres: + condition: service_healthy