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:
Yury Kossakovsky
2025-12-09 17:34:29 -07:00
parent 11622a5d2d
commit 62089b0b4b
2 changed files with 8 additions and 3 deletions

View File

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