mirror of https://github.com/samply/bridgehead.git
Remove dependancy on local blazectl image
This commit is contained in:
parent
b9b44d2530
commit
4880c5cc9b
|
@ -70,8 +70,8 @@ services:
|
||||||
- ../../ecdc/data:/app/data/
|
- ../../ecdc/data:/app/data/
|
||||||
|
|
||||||
# Report on the data pushed to Blaze by TransFAIR
|
# Report on the data pushed to Blaze by TransFAIR
|
||||||
blazectl:
|
test-data-loader:
|
||||||
container_name: blazectl
|
container_name: test-data-loader
|
||||||
image: samply/blazectl
|
image: samply/test-data-loader
|
||||||
command: sh -c "sleep 300 && echo Source store && blazectl --server http://bridgehead-bbmri-blaze:8080/fhir count-resources && tail -f /dev/null"
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue