Create nzbget setup

This commit is contained in:
Colin Hebert
2023-01-09 17:31:50 +01:00
parent 86dc816c38
commit f57530d956
2 changed files with 19 additions and 2 deletions

View File

View 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: