Corrected things that led to errors during install

This commit is contained in:
Croft
2024-02-14 11:16:39 +01:00
parent 4abe193c58
commit 5bd9baaff7
2 changed files with 2 additions and 7 deletions

View File

@ -49,9 +49,3 @@ services:
- ./test/:/app/test/
- ./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://blaze:8080/fhir count-resources && tail -f /dev/null"