[add] compose

This commit is contained in:
Andy Bunce 2021-11-02 20:22:23 +00:00
parent 5281abdf80
commit c8eba3c84f

View file

@ -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