From 2cb5d5b7cf12e2d52bc12b6d3c205fc553ceb36f Mon Sep 17 00:00:00 2001 From: Mike McFetridge <91107715+mmcfetridge1969@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:41:42 -0400 Subject: [PATCH] update arr stack --- ArrStack/docker-compose.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ArrStack/docker-compose.yml b/ArrStack/docker-compose.yml index 996855b..bc4c284 100644 --- a/ArrStack/docker-compose.yml +++ b/ArrStack/docker-compose.yml @@ -396,6 +396,26 @@ services: - COMPOSE_DIR=/opt/Docker-Deployments - DATA_DIR=/app/data + arr-dashboard: + image: khak1s/arr-dashboard:latest + container_name: arr-dashboard + environment: + - TZ=${TZ} + - PUID=${PUID} + - PGID=${PGID} + # Paste the output of 'openssl rand -hex 32' here + - SECRET_ENCRYPTION_KEY=a7f4b8d9e210c436587fa012b39c84e12d5e6f890123456789abcdef01234567 + # Persistent Storage & Integration Access + volumes: + # Critical data path: API keys, SQLite DB, TRaSH profile caches + - /opt/Docker-Deployments/arrdashboard/config:/config + # Optional: Read-only access to host docker socket + # Allows arr-dashboard to read container health/states + - /var/run/docker.sock:/var/run/docker.sock:ro + ports: + - 3000:3000 + restart: unless-stopped + volumes: gluetun_volume: qbittorrent_volume: