update container configurations
This commit is contained in:
parent
2cdee3871f
commit
b8acc1570a
9 changed files with 65 additions and 9 deletions
14
nixos/lavender/containers/prowlarr.nix
Normal file
14
nixos/lavender/containers/prowlarr.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Prowlarr
|
||||
virtualisation.oci-containers.containers."prowlarr" = {
|
||||
autoStart = true;
|
||||
image = "cr.hotio.dev/hotio/prowlarr";
|
||||
volumes = [
|
||||
"/srv/containers/prowlarr:/config"
|
||||
"/srv/media:/media"
|
||||
];
|
||||
ports = [ "9696:9696" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue