Add listenarr.yaml

This commit is contained in:
2026-07-09 19:12:53 +02:00
parent 5f0e61270d
commit 4f8900c0f2
+28
View File
@@ -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