From e9a0785fee9370d5dc10f315e72da8d6a672fa19 Mon Sep 17 00:00:00 2001 From: jamshale Date: Mon, 18 Nov 2024 16:46:20 +0000 Subject: [PATCH] Add service_healthy check for indy agent Signed-off-by: jamshale --- .../anoncreds_issuance_and_revocation/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scenarios/examples/anoncreds_issuance_and_revocation/docker-compose.yml b/scenarios/examples/anoncreds_issuance_and_revocation/docker-compose.yml index cd83439922..3ca38fe381 100644 --- a/scenarios/examples/anoncreds_issuance_and_revocation/docker-compose.yml +++ b/scenarios/examples/anoncreds_issuance_and_revocation/docker-compose.yml @@ -102,6 +102,8 @@ condition: service_healthy bob: condition: service_healthy + indy: + condition: service_healthy tails: image: ghcr.io/bcgov/tails-server:latest