Hi, we added documentation and example to easily configure and run GraphDB using docker-compose. We also added a folder with a docker-compose to provide an example to run GraphDB preload through Docker
What was added:
an example docker-compose.yml file to properly define GraphDB parameters using environment variables
a preload folder with all required files to do a test run of the preload docker-compose
a docker-compose customized for preload (entrypoing overridden)
a .env file to easily changes common variables in the docker-compose.yml
config files in ttl to create GraphDB repository for free and ee editions
a small ntriple file to load in the import folder
A section to the README to instruct how to use the 2 docker-compose files
By default we used the free-edition build in the docker-compose. But the ee-edition image has been added as a comment in the docker-compose.yml file and can easily be changed
Hi, we added documentation and example to easily configure and run GraphDB using docker-compose. We also added a folder with a docker-compose to provide an example to run GraphDB preload through Docker
What was added:
docker-compose.yml
file to properly define GraphDB parameters using environment variablespreload
folder with all required files to do a test run of the preload docker-compose.env
file to easily changes common variables in thedocker-compose.yml
import
folderBy default we used the free-edition build in the docker-compose. But the
ee-edition
image has been added as a comment in the docker-compose.yml file and can easily be changedWe also updated all GraphDB versions to 9.3.0