fix(deploy): reuse shared server n8n

This commit is contained in:
NuklearRabbit
2026-08-02 03:56:17 +02:00
parent 686b62f592
commit 1f292e14bb
12 changed files with 234 additions and 61 deletions
+3
View File
@@ -17,6 +17,9 @@ services:
retries: 10
n8n:
# The review server already has a shared n8n instance. Keep the bundled service
# available for an explicit fallback without starting a second instance by default.
profiles: ["bundled-n8n"]
restart: unless-stopped
ports: !override
- "127.0.0.1:15678:5678"