diff --git a/stack.production.yml b/stack.production.yml index d33e850..bf649dd 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -29,6 +29,8 @@ services: N8N_PORT: 5678 N8N_PROTOCOL: ${N8N_PROTOCOL:-https} NODE_ENV: production + N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "true" + N8N_RUNNERS_ENABLED: "true" volumes: - n8n_data:/home/node/.n8n labels: diff --git a/stack.staging.yml b/stack.staging.yml index 9a4bc01..4c3e91a 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -57,6 +57,8 @@ services: N8N_PORT: 5678 N8N_PROTOCOL: ${N8N_PROTOCOL:-https} NODE_ENV: production + N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "true" + N8N_RUNNERS_ENABLED: "true" volumes: - n8n_data:/home/node/.n8n labels: