From 716a0027d2655a4d8a163c9b9753e11932ba05a4 Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 29 Jun 2025 09:11:22 +0800 Subject: [PATCH] [Komodo] fern: Write Compose File: update arr/compose.yaml --- arr/compose.yaml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/arr/compose.yaml b/arr/compose.yaml index 49fdc3f..6a3889f 100644 --- a/arr/compose.yaml +++ b/arr/compose.yaml @@ -225,28 +225,21 @@ services: - /mnt/docker/soularr/config:/data restart: unless-stopped - cleanuperr: + cleanuparr: image: ghcr.io/cleanuparr/cleanuparr:latest - container_name: cleanuperr + container_name: cleanuparr restart: unless-stopped networks: - default - proxy - media volumes: - - cleanuperr_logs:/var/logs + - /mnt/docker/cleanuparr/config:/config - /media:/media environment: - TZ=Australia/Perth - - DOWNLOADCLEANER__ENABLED=true - - DOWNLOADCLEANER__UNLINKED_TARGET_CATEGORY=unlinked - - DOWNLOADCLEANER__UNLINKED_USE_TAG=true - - DOWNLOADCLEANER__UNLINKED_CATEGORIES__0=tv - - DOWNLOADCLEANER__UNLINKED_CATEGORIES__1=film - - DOWNLOAD_CLIENT=qBittorrent - - QBITTORRENT__URL=http://qbittorrent_gluetun:8080 - - QBITTORRENT__USERNAME=fern - - QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD} + - PUID=1000 + - PGID=1800 labels: caddy: cleanuparr.ferngarden.net caddy.import: internal