Added Docker
This commit is contained in:
parent
d97532c660
commit
b5087c636d
4 changed files with 40 additions and 1 deletions
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
checker:
|
||||
image: git.pfy.ch/pfych/chapter-tracker:latest
|
||||
volumes:
|
||||
- "./config.json:/checker/config.json"
|
||||
- "./mangaHistory.json:/checker/mangaHistory.json"
|
Loading…
Add table
Add a link
Reference in a new issue