[add] fuseki
This commit is contained in:
parent
ee17d578a0
commit
5281abdf80
3 changed files with 43 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue