arr inits

This commit is contained in:
Aaron Pierson
2026-03-08 16:44:58 -05:00
parent 9f9780182a
commit 7e8e012417
8 changed files with 112 additions and 0 deletions

14
Decluttarr/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
decluttarr:
image: ghcr.io/manimatter/decluttarr:latest
container_name: decluttarr
restart: always
environment:
TZ: Europe/Zurich
PUID: 1000
PGID: 1000
volumes:
- $DOCKERDIR/appdata/decluttarr/config.yaml:/app/config/config.yaml
# - $DOCKERDIR/appdata/decluttarr/logs:/app/logs # Uncomment to get logs in text file, too
# - $DOCKERDIR/appdata/decluttarr/logs:/app/logs # Uncomment to get logs in text file, too
# - $DATADIR/media:/media # If you use detect_deletions, add the identical mount paths that you use in your sonarr/radarr instances. This may be different to this example!