Create nzbget setup
This commit is contained in:
0
docker/volumes/nzbget/config/.gitkeep
Normal file
0
docker/volumes/nzbget/config/.gitkeep
Normal file
@@ -76,8 +76,20 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|
||||||
# TODO:
|
nzbget:
|
||||||
# NZBGet
|
image: linuxserver/nzbget
|
||||||
|
environment:
|
||||||
|
UID: ${NASCOMPOSE_UID?}
|
||||||
|
GID: ${NASCOMPOSE_GID?}
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
|
- downloads
|
||||||
|
volumes:
|
||||||
|
- nzbget_config:/config
|
||||||
|
- usenet:/downloads
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
traefik.enable: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
downloads:
|
downloads:
|
||||||
@@ -118,6 +130,11 @@ volumes:
|
|||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_SERVICES?}/volumes/transmission/scripts/
|
device: ${NASCOMPOSE_SERVICES?}/volumes/transmission/scripts/
|
||||||
|
nzbget_config:
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
o: bind
|
||||||
|
device: ${NASCOMPOSE_SERVICES?}/volumes/nzbget/config/
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
transmission_openvpn_post_config:
|
transmission_openvpn_post_config:
|
||||||
|
|||||||
Reference in New Issue
Block a user