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

experimental: add docker-compose for setting up environment

parent cac5df5b
No related branches found
No related tags found
No related merge requests found
version: '3'
services:
luoweb:
image: "schaertl/luoweb"
ports:
- 7300:7300
graphdb:
# We use an unoffcial image as there is no official
# image for the free version. It is possible to build
# your own free container but for quick development I
# prefer this solution as it means no special downloads.
image: "daschswiss/graphdb:9.0.0-free"
ports:
- 7200:7200
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment