From 9501319acd738557cc1825799e6eda4097662e5f Mon Sep 17 00:00:00 2001 From: SamoilenkoVadym Date: Thu, 20 Nov 2025 19:33:51 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D1=8B=20=D1=80=D0=B5=D0=BA=D0=BE=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B4=D1=83=D0=B5=D0=BC=D1=8B=D0=B5=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=BE=D0=BA=D1=80?= =?UTF-8?q?=D1=83=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20n8n?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ec00428da019de088f97a544cc910d6a86e7e84c. --- opt/02-core/n8n-shared/docker-compose.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/opt/02-core/n8n-shared/docker-compose.yml b/opt/02-core/n8n-shared/docker-compose.yml index 87031e5..1003870 100644 --- a/opt/02-core/n8n-shared/docker-compose.yml +++ b/opt/02-core/n8n-shared/docker-compose.yml @@ -47,16 +47,7 @@ services: # Community Packages N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE: 'true' - - # Task Runners (recommended) - N8N_RUNNERS_ENABLED: 'true' - OFFLOAD_MANUAL_EXECUTIONS_TO_WORKERS: 'true' - - # Security - N8N_BLOCK_ENV_ACCESS_IN_NODE: 'false' - N8N_GIT_NODE_DISABLE_BARE_REPOS: 'true' - N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: 'true' - + # Performance EXECUTIONS_DATA_PRUNE: 'true' EXECUTIONS_DATA_MAX_AGE: 168