mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added kavita
This commit is contained in:
parent
59bd3a0690
commit
a80be27903
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,3 +30,5 @@ dockge/stacks/
|
||||
adguard-home/work/
|
||||
adguard-home/conf/
|
||||
obsidian-livesync/data/
|
||||
kavita/data/
|
||||
kavita/manga/
|
||||
|
24
kavita/compose.yml
Normal file
24
kavita/compose.yml
Normal file
@ -0,0 +1,24 @@
|
||||
# https://www.kavitareader.com/
|
||||
|
||||
# Lightning fast with a slick design, Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats
|
||||
|
||||
# https://demo.kavitareader.com demouser/Demouser64
|
||||
|
||||
name: kavita
|
||||
|
||||
services:
|
||||
kavita:
|
||||
container_name: kavita
|
||||
image: jvmilazz0/kavita:latest
|
||||
volumes:
|
||||
- ./manga:/manga
|
||||
- ./data:/kavita/config
|
||||
ports:
|
||||
- "5003:5000"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user