Blame Raw
permissionBRICK · 15db1f8f · · 17 lines (453 B)
1 contributor
1version: "3.8"
2
3services:
4 epub-exporter:
5 build: .
6 container_name: obsidian-epub-exporter
7 restart: unless-stopped
8 environment:
9 CREATIVE_FOLDER: "Creative"
10 POLL_INTERVAL: "10"
11 LOG_LEVEL: "INFO"
12 volumes:
13 # Source markdown share. Read-write is needed so export flags can be reset.
14 - /path/to/markdown/share:/vault
15
16 # Destination folder for generated EPUB files.
17 - /path/to/epub/output:/output