remove docker containers
This commit is contained in:
parent
49682e87d1
commit
db7a9b7d5d
11 changed files with 0 additions and 193 deletions
|
@ -1,15 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Radarr
|
||||
virtualisation.oci-containers.containers."radarr" = {
|
||||
autoStart = true;
|
||||
image = "cr.hotio.dev/hotio/radarr";
|
||||
volumes = [
|
||||
"/srv/containers/radarr:/config"
|
||||
"/srv/data:/data"
|
||||
];
|
||||
ports = [ "7878:7878" ];
|
||||
extraOptions = ["--network=media-stack"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue