From 4880c5cc9b710b728d3188766ed5e8e67dd79455 Mon Sep 17 00:00:00 2001 From: Gerhard Salvini Date: Wed, 20 Mar 2024 11:43:43 +0100 Subject: [PATCH] Remove dependancy on local blazectl image --- bbmri/modules/ehds2-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bbmri/modules/ehds2-compose.yml b/bbmri/modules/ehds2-compose.yml index 070d87f..5296a90 100644 --- a/bbmri/modules/ehds2-compose.yml +++ b/bbmri/modules/ehds2-compose.yml @@ -70,8 +70,8 @@ services: - ../../ecdc/data:/app/data/ # Report on the data pushed to Blaze by TransFAIR - blazectl: - container_name: blazectl - image: samply/blazectl - command: sh -c "sleep 300 && echo Source store && blazectl --server http://bridgehead-bbmri-blaze:8080/fhir count-resources && tail -f /dev/null" + test-data-loader: + container_name: test-data-loader + image: samply/test-data-loader + command: sh -c "sleep 300 && echo Listing all resources in FHIR store && blazectl --server http://bridgehead-bbmri-blaze:8080/fhir count-resources && tail -f /dev/null"