Add Huntarr service to Docker Compose configuration

This commit is contained in:
Peter Wood
2025-06-01 13:10:49 +00:00
parent f6dc32d427
commit 2a3e521b90

View File

@@ -136,9 +136,21 @@ services:
restart: always restart: always
labels: labels:
- diun.enable=true - diun.enable=true
huntarr:
image: huntarr/huntarr:latest
container_name: huntarr
restart: always
ports:
- 9705:9705
volumes:
- huntarr_data:/config
environment:
- TZ=America/New_York
labels:
- diun.enable=true
volumes: volumes:
gluetun_data: null gluetun_data: null
sabnzbd_data: null sabnzbd_data: null
tautulli: null tautulli: null
networks: {} huntarr_data: null