fix(n8n): add DB_SQLITE_POOL_SIZE environment variable for configuration
This commit is contained in:
parent
9c4114e9fa
commit
21fbc3bad8
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ services:
|
|||
- N8N_HOST=${SERVICE_URL_N8N}
|
||||
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-Europe/Berlin}
|
||||
- TZ=${TZ:-Europe/Berlin}
|
||||
- DB_SQLITE_POOL_SIZE=${DB_SQLITE_POOL_SIZE:-3}
|
||||
- N8N_RUNNERS_ENABLED=${N8N_RUNNERS_ENABLED:-true}
|
||||
- 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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue