Add kapowarr configuration
This commit is contained in:
parent
aee7509dd7
commit
2416c65571
|
|
@ -49,3 +49,20 @@ services:
|
|||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
|
||||
kapowarr:
|
||||
image: mrcas/kapowarr:latest
|
||||
container_name: kapowarr
|
||||
environment:
|
||||
PUID: $PUID
|
||||
PGID: $PGID
|
||||
TZ: $TZ
|
||||
volumes:
|
||||
# Config
|
||||
- $APPDATA/kapowarr:/app/db
|
||||
# Media
|
||||
- $MEDIADIR/comics:/comics
|
||||
- $DOWNLOADS:/app/temp_downloads
|
||||
ports:
|
||||
- 5656:5656
|
||||
restart: unless-stopped
|
||||
Reference in a new issue