From d2262407b6d98e6b519b8a2394811cb4f0f2e2ea Mon Sep 17 00:00:00 2001 From: "anatoly.shipitz" Date: Thu, 8 May 2025 13:53:53 +0200 Subject: [PATCH] feat(docker): add blocked nodes configuration for n8n in production compose file - Introduced a new environment variable `N8N_BLOCKED_NODES` in the `docker-compose.prod.yml` file to specify blocked nodes for the n8n service. This change enhances the n8n service by allowing users to restrict certain nodes, improving security and control over workflows. --- docker-compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index c6a9b1d..b91f6b9 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -18,7 +18,7 @@ services: - N8N_SMTP_SENDER=${N8N_SMTP_SENDER:?N8N_SMTP_SENDER is required} - N8N_SMTP_SSL=${N8N_SMTP_SSL:-false} - N8N_SMTP_TLS=${N8N_SMTP_TLS:-true} - + - N8N_BLOCKED_NODES=n8n-nodes-base.executeCommand,n8n-nodes-base.ssh postgresql: !reset null temporal: