Set up sensible volumes for TransFAIR

Also gave instructions to copy over data file.
This commit is contained in:
Croft
2024-02-13 14:00:21 +01:00
parent 81e5a6ea3f
commit 7c2e9af947
2 changed files with 5 additions and 2 deletions

View File

@ -46,8 +46,8 @@ services:
restart: on-failure
command: sh -c "sleep 60 && rm -rf /app/test/* && java -jar transFAIR.jar && tail -f /dev/null"
volumes:
- /home/gerhard/Projects/EHDS2/PrototypeSpring2024/test/:/app/test/
- /home/gerhard/Projects/EHDS2/PrototypeSpring2024/Data/:/app/data/
- ./test/:/app/test/
- ./data/:/app/data/
# Report on the data pushed to Blaze by TransFAIR
blazectl: