About 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.
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
- stack.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