kavita added
This commit is contained in:
parent
6b6bef943a
commit
e89a9f84cd
1 changed files with 14 additions and 0 deletions
|
@ -58,6 +58,20 @@ services:
|
|||
- ${ROOT_PATH}/config/radarr:/config
|
||||
- ${ROOT_PATH}/data:/data
|
||||
|
||||
kavita:
|
||||
image: lscr.io/linuxserver/kavita:latest
|
||||
container_name: kavita
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- ${ROOT_PATH}/config/kavita:/config
|
||||
- ${ROOT_PATH}/data:/data
|
||||
ports:
|
||||
- 5000:5000
|
||||
restart: unless-stopped
|
||||
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
|
|
Loading…
Add table
Reference in a new issue