This commit is contained in:
Lucy Hochkamp 2024-09-15 16:06:05 +02:00
parent 29cbe09ba0
commit cd8418388d
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -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"
];
};
}