From f502c365dfcfcfe30f1049539358dc399efb24e7 Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Wed, 20 May 2026 12:04:02 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20sync=20arr-stack=20compose=20with=20Port?= =?UTF-8?q?ainer=20=E2=80=94=20add=20watchtower-prowlarr=20and=20prowlarr?= =?UTF-8?q?=20scope=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jellyfin/arr-stack/docker-compose.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/jellyfin/arr-stack/docker-compose.yml b/jellyfin/arr-stack/docker-compose.yml index 7a0ec29..0e7d787 100644 --- a/jellyfin/arr-stack/docker-compose.yml +++ b/jellyfin/arr-stack/docker-compose.yml @@ -6,8 +6,8 @@ services: ports: - "7878:7878" environment: - - PUID=112 - - PGID=116 + - PUID=1000 + - PGID=1000 - TZ=America/Chicago volumes: - /srv/docker/radarr/config:/config @@ -20,8 +20,8 @@ services: ports: - "8989:8989" environment: - - PUID=112 - - PGID=116 + - PUID=1000 + - PGID=1000 - TZ=America/Chicago volumes: - /srv/docker/sonarr/config:/config @@ -75,6 +75,10 @@ services: - WATCHTOWER_HTTP_API_PERIODIC_POLLS=false - WATCHTOWER_CONTAINER_WAIT_BEFORE_STOPPING=60s + # Separate scoped instance for prowlarr — staggered 5 min later to avoid + # concurrent lscr.io/ghcr.io rate limit bursts. Prowlarr must carry the + # com.centurylinklabs.watchtower.scope=prowlarr label (set above) so the + # main watchtower ignores it and only this instance manages it. watchtower-prowlarr: image: containrrr/watchtower container_name: watchtower-prowlarr