Update templates/compose/n8n-with-postgres-and-worker.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
parent
2973818046
commit
78f3689ecd
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ services:
|
|||
- N8N_BLOCK_ENV_ACCESS_IN_NODE=${N8N_BLOCK_ENV_ACCESS_IN_NODE:-true}
|
||||
- N8N_GIT_NODE_DISABLE_BARE_REPOS=${N8N_GIT_NODE_DISABLE_BARE_REPOS:-true}
|
||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=${N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS:-true}
|
||||
- N8N_PROXY_HOPS=${N8N_PROXY_HOPS:-1}
|
||||
volumes:
|
||||
- n8n-data:/home/node/.n8n
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue