test: Use task runner in benchmarks (#12601)

This commit is contained in:
Tomi Turtiainen
2025-01-16 11:06:29 +02:00
committed by GitHub
parent 95c40c02cb
commit 558570f431
4 changed files with 27 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ services:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_PASSWORD=password
# Task Runner config
- N8N_RUNNERS_ENABLED=true
- N8N_RUNNERS_MODE=internal
ports:
- 5678:5678
volumes: