update arr stack
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user