moved some services to nas, added nzbhydra2 to pi
This commit is contained in:
30
pi/nzbhydra2/docker-compose.yml
Normal file
30
pi/nzbhydra2/docker-compose.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
services:
|
||||
nzbhydra2:
|
||||
image: lscr.io/linuxserver/nzbhydra2:latest
|
||||
container_name: nzbhydra2
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- nzbhydra2_data:/config
|
||||
- nfs-downloads:/downloads
|
||||
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.nzbhydra2.loadbalancer.server.port=5076"
|
||||
|
||||
volumes:
|
||||
nzbhydra2_data:
|
||||
driver: local
|
||||
name: nzbhydra2_data
|
||||
|
||||
|
||||
nfs-downloads:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: addr=192.168.0.145,nolock,soft,rw
|
||||
device: ":/volume1/downloads"
|
Reference in New Issue
Block a user