From 11d09e1dd07671eda55175acce143b32772fb796 Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 29 Jun 2025 09:07:36 +0800 Subject: [PATCH] [Komodo] fern: Write Compose File: update arr/compose.yaml --- arr/compose.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/arr/compose.yaml b/arr/compose.yaml index db8814b..49fdc3f 100644 --- a/arr/compose.yaml +++ b/arr/compose.yaml @@ -226,11 +226,12 @@ services: restart: unless-stopped cleanuperr: - image: ghcr.io/flmorg/cleanuperr:latest + image: ghcr.io/cleanuparr/cleanuparr:latest container_name: cleanuperr restart: unless-stopped networks: - default + - proxy - media volumes: - cleanuperr_logs:/var/logs @@ -246,7 +247,11 @@ services: - QBITTORRENT__URL=http://qbittorrent_gluetun:8080 - QBITTORRENT__USERNAME=fern - QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD} - + labels: + caddy: cleanuparr.ferngarden.net + caddy.import: internal + caddy.reverse_proxy: '{{ upstreams 11011 }}' + profilarr: image: santiagosayshey/profilarr:latest container_name: profilarr