n8n

Workflow automation tool

★ 51.7k  Docker Compose Workflow Automation

An open alternative to Zapier · Integromat

Homepage · Source code

Author: n8n.io · License: Fair Use

Version: 1.71.3 · Updated

About

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.

On-board new joiners and provision accounts


n8n has 200+ different nodes to automate workflows. The list can be found on: https://n8n.io/integrations.


Environment variables

View environment variables
PROJECT
  n8n
DOMAIN
  localhost
POSTGRES_USER
  changeUser
POSTGRES_PASSWORD
  changePassword
POSTGRES_DB
  n8n
POSTGRES_NON_ROOT_USER
  changeUser
POSTGRES_NON_ROOT_PASSWORD
  changePassword
ENCRYPTION_KEY
  changeEncryptionKey
DB_TYPE
  postgresdb
DB_POSTGRESDB_HOST
  n8n-postgres
DB_POSTGRESDB_PORT
  5432
DB_POSTGRESDB_DATABASE
  ${POSTGRES_DB}
DB_POSTGRESDB_USER
  ${POSTGRES_NON_ROOT_USER}
DB_POSTGRESDB_PASSWORD
  ${POSTGRES_NON_ROOT_PASSWORD}
EXECUTIONS_MODE
  queue
QUEUE_BULL_REDIS_HOST
  n8n-redis
QUEUE_HEALTH_CHECK_ACTIVE
  true
N8N_ENCRYPTION_KEY
  ${ENCRYPTION_KEY}
N8N_SECURE_COOKIE
  false # for it to work with the reverse proxy