M6.5: enroll n8n (recipe #6, workflow automation) — tests authored (single-service, .n8n volume)
continuous-integration/drone/push Build is passing

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-27 06:48:39 +01:00
co-authored by Claude Opus 4.7
parent 689913b140
commit 032f314eff
4 changed files with 106 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Per-recipe harness config for n8n (recipe #6 — workflow automation; single-service, stateful via
# the /home/node/.n8n volume, sqlite by default). Normal terminate-at-Traefik (no passthrough).
# n8n exposes /healthz (200 {"status":"ok"}) once up.
HEALTH_PATH = "/healthz"
HEALTH_OK = (200,)
DEPLOY_TIMEOUT = 600
HTTP_TIMEOUT = 300