[add] compose
This commit is contained in:
parent
5281abdf80
commit
c8eba3c84f
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tiddly:
|
fuseki:
|
||||||
image: tiddlywiki:5.2.0
|
image: fuseki-server:4.2.0
|
||||||
build: .
|
build: .
|
||||||
container_name: tiddlywiki-docker
|
container_name: fuseki-docker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/quodatum:/app
|
- ./data:/mnt/apache-fuseki
|
||||||
ports:
|
ports:
|
||||||
- 8088:8080
|
- 3030:3030
|
||||||
env_file: ./.env
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue