mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
Add Huntarr service to Docker Compose configuration
This commit is contained in:
@@ -136,9 +136,21 @@ services:
|
||||
restart: always
|
||||
labels:
|
||||
- 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:
|
||||
gluetun_data: null
|
||||
sabnzbd_data: null
|
||||
tautulli: null
|
||||
networks: {}
|
||||
huntarr_data: null
|
||||
|
||||
Reference in New Issue
Block a user