template.yaml 850 B

1234567891011121314151617181920212223242526272829303132333435
  1. ---
  2. kind: compose
  3. metadata:
  4. name: N8N
  5. description: >
  6. N8n is a free and source-available workflow automation tool. It enables you to connect
  7. various apps and services to automate repetitive tasks without coding.
  8. With its user-friendly interface, you can create complex workflows by simply dragging
  9. and dropping nodes that represent different actions and triggers.
  10. Project: https://n8n.io/
  11. Documentation: https://docs.n8n.io/
  12. GitHub: https://github.com/n8n-io/n8n
  13. version: 1.110.1
  14. author: Christian Lempa
  15. date: '2025-09-28'
  16. tags:
  17. - automation
  18. draft: true
  19. spec:
  20. ports:
  21. vars:
  22. ports_http:
  23. description: "Host port for HTTP (5678)"
  24. type: int
  25. default: 5678
  26. general:
  27. vars:
  28. n8n_version:
  29. type: str
  30. description: N8N version
  31. default: latest