generated from Nixius/template
fix: add n8n environment variables for file permissions and task runners
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
b95b44d1d9
commit
c8ff033a9e
|
|
@ -29,6 +29,8 @@ services:
|
||||||
N8N_PORT: 5678
|
N8N_PORT: 5678
|
||||||
N8N_PROTOCOL: ${N8N_PROTOCOL:-https}
|
N8N_PROTOCOL: ${N8N_PROTOCOL:-https}
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "true"
|
||||||
|
N8N_RUNNERS_ENABLED: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- n8n_data:/home/node/.n8n
|
- n8n_data:/home/node/.n8n
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,8 @@ services:
|
||||||
N8N_PORT: 5678
|
N8N_PORT: 5678
|
||||||
N8N_PROTOCOL: ${N8N_PROTOCOL:-https}
|
N8N_PROTOCOL: ${N8N_PROTOCOL:-https}
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "true"
|
||||||
|
N8N_RUNNERS_ENABLED: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- n8n_data:/home/node/.n8n
|
- n8n_data:/home/node/.n8n
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue