mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Update environment variable handling for n8n execution mode in configuration files
- Added EXECUTIONS_MODE variable to .env.example for clarity on execution settings. - Updated docker-compose.yml to allow dynamic assignment of EXECUTIONS_MODE, defaulting to 'queue' if not set.
This commit is contained in:
@@ -175,6 +175,7 @@ RUN_N8N_IMPORT=
|
||||
# Number of n8n worker replicas (for the n8n-worker service). Defaults to 1 if unset.
|
||||
N8N_WORKER_COUNT=
|
||||
N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES=true
|
||||
EXECUTIONS_MODE=queue
|
||||
|
||||
############
|
||||
# [optional]
|
||||
|
||||
Reference in New Issue
Block a user