Add listenarr.yaml
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
services:
|
||||||
|
listenarr:
|
||||||
|
image: ghcr.io/listenarrs/listenarr:canary
|
||||||
|
container_name: listenarr
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "4545:4545"
|
||||||
|
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Amsterdam
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- UMASK=022
|
||||||
|
- LISTENARR_LOG_LEVEL=Information
|
||||||
|
|
||||||
|
# Alleen nodig als je later een reverse proxy / Discord integratie gebruikt
|
||||||
|
- LISTENARR_PUBLIC_URL=https://listenarr.dmsmail.nl
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
# Config/database van Listenarr
|
||||||
|
- /srv/docker/listenarr/config:/app/config
|
||||||
|
|
||||||
|
# Eindmap voor je luisterboeken
|
||||||
|
- /srv/media/audiobooks:/audiobooks
|
||||||
|
|
||||||
|
# Zelfde completed download-map als SABnzbd
|
||||||
|
- /srv/media/complete:/downloads
|
||||||
Reference in New Issue
Block a user