n8n is an open source workflow automation tool. This version uses the SQLite database (instead of PostgreSQL) so is simpler and uses less resources (but won't horizontally scale). If you want to invite members and enable password resets, you must enter SMTP details.
Deployed services
n8n-io-sqlite
n8nio/n8n:$$cap_N8N_VERSION
- n8n-io-sqlite:/home/node/.n8n
5678
15
Variables
Application | n8n.io
Default: 1.77.0
$$cap_N8N_VERSIONCheck out their Docker page for the valid tags https://hub.docker.com/r/n8nio/n8n/tags
Application | Timezone
Default: UTC
$$cap_N8N_TIMEZONETimezone used by the server. Please check out this page for valid time zones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Application | Environment
Default: production
$$cap_N8N_ENVIRONMENTApplication environment.
Application | Enable Telemetry
Default: false
$$cap_N8N_DIAGNOSTICS_ENABLEDWhether to send telemetry data to n8n.io.
Application | SMTP Host (optional)
Default: undefined
$$cap_N8N_SMTP_HOSTSMTP host used for sending mails.
Application | SMTP Port (optional)
Default: undefined
$$cap_N8N_SMTP_PORTSMTP port used for sending mails. Usually `465`.
Application | SMTP User (optional)
Default: undefined
$$cap_N8N_SMTP_USERSMTP user used for sending mails.
Application | SMTP Password (optional)
Default: undefined
$$cap_N8N_SMTP_PASSSMTP user password used for sending mails.
Application | SMTP Sender (optional)
Default: undefined
$$cap_N8N_SMTP_SENDERSMTP sender used for sending mails (e.g. `N8N <n8n@example.com>`).
Application | SMTP SSL
Default: true
$$cap_N8N_SMTP_SSLWhether to use SSL for sending mails through SMTP.


