feat: add nodes_exclude to enable execute command node in n8n 2.0+

This commit is contained in:
Yury Kossakovsky
2025-12-24 11:23:03 -07:00
parent d6cd2d44df
commit d7af7b6900
2 changed files with 3 additions and 0 deletions

View File

@@ -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/)

View File

@@ -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