added prodesk rootful quadlets
This commit is contained in:
25
qbittorrent-nox/qbittorrent-nox.container
Normal file
25
qbittorrent-nox/qbittorrent-nox.container
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=qbittorrent Client
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
ContainerName=qbittorrent-nox
|
||||||
|
Image=docker.io/qbittorrentofficial/qbittorrent-nox:latest
|
||||||
|
AutoUpdate=registry
|
||||||
|
ReadOnly=false
|
||||||
|
Tmpfs=/tmp
|
||||||
|
PublishPort=6881:6881/tcp
|
||||||
|
PublishPort=6881:6881/udp
|
||||||
|
PublishPort=8082:8082/tcp
|
||||||
|
Volume=qbittorrent-nox-config:/config
|
||||||
|
Volume=/media/CONTAINER/Downloads:/downloads
|
||||||
|
Volume=/media/CONTAINER/Videos:/videos
|
||||||
|
Volume=/media/CONTAINER/Books:/books
|
||||||
|
Volume=/media/CONTAINER/Audiobooks:/audiobooks
|
||||||
|
EnvironmentFile=qbittorrent-nox.env
|
||||||
|
AddCapability=CHOWN
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=unless-stopped
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
4
qbittorrent-nox/qbittorrent-nox.env
Normal file
4
qbittorrent-nox/qbittorrent-nox.env
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
QBT_LEGAL_NOTICE=confirm
|
||||||
|
QBT_VERSION=latest
|
||||||
|
QBT_TORRENTING_PORT=6881
|
||||||
|
QBT_WEBUI_PORT=8082
|
||||||
Reference in New Issue
Block a user