25 lines
490 B
Text
25 lines
490 B
Text
[Unit]
|
|
Description=qbittorrent client
|
|
After=gluetun.service
|
|
BindsTo=gluetun.service
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=docker.io/qbittorrentofficial/qbittorrent-nox:$qbt_version
|
|
ContainerName=qbittorrent
|
|
HostName=qbittorrent
|
|
AutoUpdate=registry
|
|
|
|
Volume=qbittorrent-config:/config
|
|
Volume=qbittorrent-downloads:/downloads
|
|
|
|
Environment=QBT_LEGAL_NOTICE=confirm
|
|
Environment=QBT_VERSION=$qbt_version
|
|
Environment=TZ=$timezone
|
|
|