mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
feat: add nodes_exclude to enable execute command node in n8n 2.0+
This commit is contained in:
@@ -194,6 +194,8 @@ N8N_RUNNERS_MAX_CONCURRENCY=5
|
||||
N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES=true
|
||||
EXECUTIONS_MODE=queue
|
||||
N8N_LOG_LEVEL=info
|
||||
|
||||
NODES_EXCLUDE="[]"
|
||||
N8N_LOG_OUTPUT=console
|
||||
|
||||
# Timezone for n8n and workflows (https://docs.n8n.io/hosting/configuration/environment-variables/timezone-localization/)
|
||||
|
||||
@@ -91,6 +91,7 @@ x-n8n: &service-n8n
|
||||
N8N_TRUST_PROXY: true
|
||||
N8N_USER_MANAGEMENT_JWT_SECRET: ${N8N_USER_MANAGEMENT_JWT_SECRET}
|
||||
NODE_ENV: production
|
||||
NODES_EXCLUDE: ${NODES_EXCLUDE:-[]}
|
||||
QUEUE_BULL_REDIS_HOST: ${REDIS_HOST:-redis}
|
||||
QUEUE_BULL_REDIS_PORT: ${REDIS_PORT:-6379}
|
||||
QUEUE_HEALTH_CHECK_ACTIVE: true
|
||||
|
||||
Reference in New Issue
Block a user