n8n
-
What is n8n?
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n’s node-based approach makes it highly versatile, enabling you to connect anything to everything.
LISCENSE
https://github.com/n8n-io/n8n/blob/master/LICENSE.md
Docker Composeversion: "3.7" services: n8n: image: docker.n8n.io/n8nio/n8n restart: always ports: - "5678:5678" environment: - N8N_HOST=n8n.example.com #Host without http/https - N8N_PORT=5678 - N8N_PROTOCOL=https - NODE_ENV=production - WEBHOOK_URL=https://api.example.com/ - GENERIC_TIMEZONE=America/Chicago volumes: - n8n_data:/home/node/.n8n volumes: n8n_data: