restructure container directory
This commit is contained in:
parent
4527811bea
commit
7b9ac7400c
11 changed files with 28 additions and 23 deletions
17
nixos/lavender/containers/qbittorrent/default.nix
Normal file
17
nixos/lavender/containers/qbittorrent/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Qbittorrent
|
||||
virtualisation.oci-containers.containers."qbittorrent" = {
|
||||
autoStart = true;
|
||||
image = "cr.hotio.dev/hotio/qbittorrent:release";
|
||||
volumes = [
|
||||
"/srv/containers/qbittorrent:/config"
|
||||
"/srv/data/torrents:/data/torrents"
|
||||
];
|
||||
ports = [
|
||||
"8383:8080"
|
||||
"32372:32372"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue