Skip to content
Snippets Groups Projects
Commit 700ae491 authored by Koehorst, Jasper's avatar Koehorst, Jasper
Browse files

added store in local folder for graphdb

parent 7272db98
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,11 @@ services: ...@@ -20,8 +20,11 @@ services:
graphdb: graphdb:
container_name: graphdb container_name: graphdb
image: docker-registry.wur.nl/unlock/notebook:graphdb image: docker-registry.wur.nl/unlock/notebook:graphdb
command: /graphdb-free/bin/graphdb -Dgraphdb.home=/unlock-data/graphdb
ports: ports:
- "7200:7200" - "7200:7200"
volumes:
- unlock-data:/unlock-data
volumes: volumes:
unlock-data: unlock-data:
......
...@@ -15,7 +15,6 @@ else ...@@ -15,7 +15,6 @@ else
exit 1 exit 1
fi fi
# To build the rstudio docker image # To build the rstudio docker image
docker build -t docker-registry.wur.nl/unlock/notebook:rstudio ./rstudio/ docker build -t docker-registry.wur.nl/unlock/notebook:rstudio ./rstudio/
...@@ -28,8 +27,6 @@ else ...@@ -28,8 +27,6 @@ else
exit 1 exit 1
fi fi
# To build the graphdb docker image # To build the graphdb docker image
docker build -t docker-registry.wur.nl/unlock/notebook:graphdb ./graphdb/ docker build -t docker-registry.wur.nl/unlock/notebook:graphdb ./graphdb/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment