rmlmapper.7.2.0.source-code.docker-compose.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rmlmapper Show documentation
Show all versions of rmlmapper Show documentation
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
The newest version!
services:
solid-target-helper:
# TODO host docker image on imec account instead of personal account
image: elsdvlee/solid-target-helper-and-testpods:latest
ports:
- "8080:8080"
command: "npm start"
healthcheck:
test: "[ -e healthy.flag ] || if curl http://localhost:8080/; then touch healthy.flag; else false; fi"
interval: 1s
timeout: 30s
retries: 65
start_period: 1s
© 2015 - 2024 Weber Informatics LLC | Privacy Policy