playbook base initial skeleton
This commit is contained in:
9
services/n8n/default.nix
Normal file
9
services/n8n/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
virtualisation.oci-containers.containers.n8n = {
|
||||
image = "docker.io/n8nio/n8n:latest";
|
||||
environmentFiles = ["/etc/environment-files/n8n.env"];
|
||||
ports = ["127.0.0.1:5678:5678"];
|
||||
volumes = ["n8n_data:/home/node/.n8n"];
|
||||
extraOptions = ["--network=web"];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user