[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'
services:
tiddly:
image: tiddlywiki:5.2.0
fuseki:
image: fuseki-server:4.2.0
build: .
container_name: tiddlywiki-docker
container_name: fuseki-docker
restart: unless-stopped
volumes:
- ./data/quodatum:/app
- ./data:/mnt/apache-fuseki
ports:
- 8088:8080
env_file: ./.env
- 3030:3030