mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 03:20:12 -08:00
Add Huntarr service to Docker Compose configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user