mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
docs: document worker-runner sidecar architecture
update CLAUDE.md with sidecar pattern details including dynamic generation, network mode, and scaling instructions. add worker count and architecture info to final installation report.
This commit is contained in:
@@ -51,6 +51,8 @@ if is_profile_active "n8n"; then
|
||||
echo "================================= n8n ================================="
|
||||
echo
|
||||
echo "Host: ${N8N_HOSTNAME:-<hostname_not_set>}"
|
||||
N8N_WORKER_COUNT_VAL="${N8N_WORKER_COUNT:-1}"
|
||||
echo "Workers: $N8N_WORKER_COUNT_VAL (each with dedicated task runner sidecar)"
|
||||
fi
|
||||
|
||||
if is_profile_active "open-webui"; then
|
||||
|
||||
Reference in New Issue
Block a user