This commit is contained in:
Qballjos 2021-02-25 18:10:45 +01:00
parent 53e5662936
commit 97c46856d2
2 changed files with 16 additions and 11 deletions

View File

@ -31,8 +31,8 @@ services:
- DEBUG=${DEBUG}
- WEBUI_PORT=${QBITTORENTPORT}
volumes:
- ${appdata folder}/qbittorrent:/config
- ${download folder}:/data
- ${APPDATA}/qbittorrent:/config
- ${DOWNLOAD}:/data
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
nzbhydra2:
@ -46,7 +46,7 @@ services:
- UMASK=002
- TZ=${TZ}
volumes:
- ${appdata folder}/nzbhydra2:/config
- ${APPDATA}/nzbhydra2:/config
restart: unless-stopped
jackett:
container_name: jackett
@ -59,8 +59,8 @@ services:
- UMASK=002
- TZ=${TZ}
volumes:
- ${appdata folder}/jackett:/config
- ${download folder}:/data
- ${APPDATA}/jackett:/config
- ${DOWNLOAD}:/data
restart: unless-stopped
nzbget:
container_name: nzbget
@ -73,6 +73,6 @@ services:
- UMASK=002
- TZ=${TZ}
volumes:
- ${appdata folder}/nzbget:/config
- ${download folder}:/data
- ${APPDATA}/nzbget:/config
- ${DOWNLOAD}:/data
restart: unless-stopped

View File

@ -22,9 +22,14 @@
},
{
"default": "8080",
"label": "qBittorrent webui port",
"label": "qBittorrent port",
"name": "QBITTORENTPORT"
},
{
"default": "6789",
"label": "NZBget port",
"name": "NZBGETPORT"
},
{
"default": "8118",
"label": "Privoxy port",
@ -114,7 +119,7 @@
]
},
{
"label": "ENable Privoxy",
"label": "Enable Privoxy",
"name": "ENABLE_PRIVOXY",
"select": [{
"text": "Yes",
@ -153,12 +158,12 @@
},
{
"label": "appdata folder",
"name": "appdata folder",
"name": "APPDATA",
"description": "location of your appdata root"
},
{
"label": "download folder",
"name": "download folder",
"name": "DOWNLOAD",
"description": "location of your download folder"
}
],