Remove dependancy on local blazectl image

This commit is contained in:
Gerhard Salvini 2024-03-20 11:43:43 +01:00
parent b9b44d2530
commit 4880c5cc9b
1 changed files with 4 additions and 4 deletions

View File

@ -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"