update arr stack
Deploy ArrStack / deploy (push) Successful in 33s
Deploy ArrStack / deploy (push) Failing after 16s

This commit is contained in:
Mike McFetridge
2026-07-27 17:41:42 -04:00
parent e6b0da4f19
commit 2cb5d5b7cf
+20
View File
@@ -396,6 +396,26 @@ services:
- COMPOSE_DIR=/opt/Docker-Deployments - COMPOSE_DIR=/opt/Docker-Deployments
- DATA_DIR=/app/data - 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: volumes:
gluetun_volume: gluetun_volume:
qbittorrent_volume: qbittorrent_volume: