first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
_:
|
||||
{
|
||||
virtualisation.oci-containers.containers = {
|
||||
# qbittorrent
|
||||
qbittorrent = {
|
||||
autoStart = true;
|
||||
image = "qbittorrentofficial/qbittorrent-nox:latest";
|
||||
networks = [
|
||||
"container:pvpn-de-01"
|
||||
];
|
||||
environment = {
|
||||
WEBUI_PORT = "8080";
|
||||
TZ="Europe/Berlin";
|
||||
};
|
||||
volumes = [
|
||||
"/srv/docker/qbittorrent/config:/config"
|
||||
"/srv/docker/qbittorrent/downloads:/downloads"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user