Skip to content
Snippets Groups Projects
Commit b810d722 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

deployment: add volume for graphdb storage

parent 05206ca7
Branches
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ services:
image: "khaller/graphdb-free:1.2.2-graphdb9.1.1"
ports:
- ${ULOCOMPOSE_DBPORT}:7200
volumes:
- graphdb-volume:/opt/graphdb/data
ulocollectweb:
image: "schaertl/ulocollectweb"
......@@ -21,3 +23,6 @@ services:
- ULOAPPS_REMOTE_REPOSITORY=compose
ports:
- ${ULOCOMPOSE_APPPORT}:7400
volumes:
graphdb-volume:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment