[add] fuseki

This commit is contained in:
Andy Bunce 2021-11-01 11:13:34 +00:00
parent ee17d578a0
commit 5281abdf80
3 changed files with 43 additions and 4 deletions

View file

@ -2,12 +2,12 @@ version: '3'
services:
tiddly:
image: tiddlywiki:5.2.0
image: fuseki:4.2.0
build: .
container_name: tiddlywiki-docker
container_name: fuseki-docker
restart: unless-stopped
volumes:
- ./data/quodatum:/app
ports:
- 8088:8080
env_file: ./.env
- 3030:3030