Initial commit

This commit is contained in:
CC
2026-06-17 13:52:04 +00:00
commit 4f3fe682d6
35 changed files with 1364 additions and 0 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"]
}