n8n Stack: enable runners by default

- N8N_RUNNERS_ENABLED -> Running n8n without task runners is
deprecated. Task runners will be turned on by default in a future
version. Please set `N8N_RUNNERS_ENABLED=true` to enable task runners
now and avoid potential issues in the future. Learn more:
https://docs.n8n.io/hosting/configuration/task-runners/
This commit is contained in:
Aroy-Art 2025-08-16 16:56:50 +02:00
parent aa07508dc7
commit 20e5e935a6
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -10,6 +10,7 @@ services:
- N8N_PORT=5678 - N8N_PORT=5678
- N8N_PROTOCOL=https - N8N_PROTOCOL=https
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true - N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_RUNNERS_ENABLED=true
- DB_TYPE=postgresdb - DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=db - DB_POSTGRESDB_HOST=db
- DB_POSTGRESDB_PORT=5432 - DB_POSTGRESDB_PORT=5432