chapter-tracker/docker-compose.yml
2025-04-20 13:46:47 +10:00

7 lines
187 B
YAML

services:
checker:
image: git.pfy.ch/pfych/chapter-tracker:latest
volumes:
- "./config.json:/checker/config.json"
- "./mangaHistory.json:/checker/mangaHistory.json"