node-red
This commit is contained in:
parent
29cbe09ba0
commit
cd8418388d
2 changed files with 16 additions and 0 deletions
|
|
@ -166,5 +166,13 @@ in
|
|||
GF_INSTALL_PLUGINS = "";
|
||||
};
|
||||
};
|
||||
virtualisation.oci-containers.containers.node-red = {
|
||||
image = "nodered/node-red:latest";
|
||||
extraOptions = [ "--network=podman" ];
|
||||
volumes = [
|
||||
"nodered-data:/data"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue