initial commit

This commit is contained in:
Christoph Califice
2025-08-13 23:58:58 -03:00
commit 809b545ece
11 changed files with 609 additions and 0 deletions

15
kavita/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
kavita:
image: jvmilazz0/kavita:latest # Using the stable branch from the official dockerhub repo.
container_name: kavita
volumes:
- /mnt/system/Etc/NotPorn:/images # Manga is just an example you can have the name you want. See the following
# - ./comics:/comics # Use as many as you want
# - ./books:/books #
- ./data:/kavita/config # Change './data if you want to have the config files in a different place.
# /kavita/config must not be changed
environment:
- TZ=America/Sao_Paulo
ports:
- "5000:5000" # Change the public port (the first 5000) if you have conflicts with other services
restart: unless-stopped