Added Dockerfiles to main repo (#225)

* Added Dockerfiles
This commit is contained in:
Kizaing 2021-05-19 11:03:00 -04:00 committed by GitHub
parent 77c52717ce
commit 7b02ddf8b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 210 additions and 0 deletions

13
docker-compose.yml Normal file
View file

@ -0,0 +1,13 @@
version: '3.9'
services:
kavita:
image: kizaing/kavita:latest
volumes:
- ./manga:/manga
- ./data/temp:/kavita/temp
- ./data/cache:/kavita/cache
- ./data:/kavita/data
- ./data/logs:/kavita/logs
ports:
- "5000:5000"
restart: unless-stopped