mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
Add kavita
This commit is contained in:
parent
d8e3dd598b
commit
acfc7a40b6
1 changed files with 25 additions and 0 deletions
25
kavita/compose.yaml
Normal file
25
kavita/compose.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
services:
|
||||||
|
kavita:
|
||||||
|
image: lscr.io/linuxserver/kavita:latest
|
||||||
|
container_name: kavita
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1800
|
||||||
|
- TZ=Australia/Perth
|
||||||
|
volumes:
|
||||||
|
- /mnt/docker/kavita/config:/config
|
||||||
|
- /media:/media
|
||||||
|
ports:
|
||||||
|
- 5000:5000
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- proxy
|
||||||
|
- media
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
media:
|
||||||
|
external: true
|
Loading…
Add table
Add a link
Reference in a new issue