diff --git a/roles/ind/n8n/docker-compose.env b/roles/ind/n8n/docker-compose.env index f0830a0..75275cc 100644 --- a/roles/ind/n8n/docker-compose.env +++ b/roles/ind/n8n/docker-compose.env @@ -12,4 +12,7 @@ SUBDOMAIN=n8n GENERIC_TIMEZONE=America/Chicago # The email address to use for the TLS/SSL certificate creation -SSL_EMAIL=n8n@noemail.com \ No newline at end of file +SSL_EMAIL=n8n@noemail.com + + +DB_SQLITE_POOL_SIZE=10 \ No newline at end of file