fix: add n8n environment variables for file permissions and task runners
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Leopere 2025-04-04 21:18:50 -04:00
parent b95b44d1d9
commit c8ff033a9e
2 changed files with 4 additions and 0 deletions

View File

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

View File

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