add: add kavita

This commit is contained in:
2026-01-30 15:08:44 +00:00
parent dc31fa844c
commit 3b61ed27b7

View File

@@ -0,0 +1,12 @@
services:
kavita:
image: jvmilazz0/kavita:latest # Using the stable branch from the official dockerhub repo.
container_name: kavita
volumes:
- /docker/kavita/data:/kavita/config # /kavita/config must not be changed
- /nfs/media/Books/Kavita Library:/library
environment:
- TZ=Asia/Ho_Chi_Minh
ports:
- "8015:5000"
restart: unless-stopped