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

deployment: add volume for ulocollectweb meta data

parent b810d722
Branches
No related tags found
No related merge requests found
......@@ -13,8 +13,12 @@ services:
ulocollectweb:
image: "schaertl/ulocollectweb"
environment:
- ULOCOLLECTWEB_DB_FILE=/var/lib/ulocollectweb/ulo.bbolt
ports:
- ${ULOCOMPOSE_COLLECTPORT}:7300
volumes:
- collectweb-volume:/var/lib/ulocollectweb
uloapps:
image: "schaertl/uloapps:latest"
......@@ -26,3 +30,4 @@ services:
volumes:
graphdb-volume:
collectweb-volume:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment