n8n module test

This commit is contained in:
CC
2026-05-20 23:33:00 +01:00
parent be328f4726
commit 8ff1d263d4
4 changed files with 52 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
instance_mode = "single"
instance = {
service_name = "n8n"
vm_name = "n8n-01"
node_name = "pop"
app_port = 5678
app_image = "docker.n8n.io/n8nio/n8n"
vm_tags = ["agentic"]
}