thedocks/tiddlywiki/docker-compose.yml

14 lines
218 B
YAML
Raw Normal View History

2021-10-26 22:01:40 +01:00
version: '3'
services:
tiddly:
2021-11-01 11:13:34 +00:00
image: fuseki:4.2.0
2021-10-26 22:01:40 +01:00
build: .
2021-11-01 11:13:34 +00:00
container_name: fuseki-docker
2021-10-26 22:01:40 +01:00
restart: unless-stopped
volumes:
2021-10-31 21:59:38 +00:00
- ./data/quodatum:/app
2021-10-26 22:01:40 +01:00
ports:
2021-11-01 11:13:34 +00:00
- 3030:3030