From 14dff61b965108a45030032bc71b2d1edc655f07 Mon Sep 17 00:00:00 2001 From: Josh Cain Date: Wed, 13 May 2026 15:11:31 -0400 Subject: [PATCH] Exempt decluttarr from Watchtower auto-updates decluttarr is pinned to v1.50.2 because v2 (Nov 2025) replaced the env var schema with structured RADARR/SONARR blocks that mandate api_key, breaking the blank-keys-on-first-boot UX. Add the Watchtower opt-out label so a future re-tag of v1.50.2 (or accidental tag change in this compose) can't silently undo the pin. Co-Authored-By: Claude Opus 4.7 --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 766fae5..342fc62 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -323,6 +323,10 @@ services: - REMOVE_STALLED=True - REMOVE_MISSING_FILES=True - REMOVE_ORPHANS=True + labels: + # Tell Watchtower not to update this container — the pin above is + # intentional and v2 silently breaks on the v1 env var schema. + - "com.centurylinklabs.watchtower.enable=false" restart: unless-stopped # Scans media files for codec / corruption issues. Web UI on :8585.