updated n8n for behind reverse proxy

This commit is contained in:
2026-06-27 10:30:12 -07:00
parent b61622112e
commit 6f2ee368c7
3 changed files with 73 additions and 14 deletions
+1
View File
@@ -16,6 +16,7 @@ services:
- DB_SQLITE_VACUUM_ON_STARTUP=false
- N8N_PORT=${N8N_PORT:-5678}
- N8N_HOST=${N8N_HOST:-localhost}
- N8N_EDITOR_BASE_URL=${N8N_EDITOR_BASE_URL:-http://localhost:5678}
- WEBHOOK_URL=${N8N_HOST:-http://localhost:5678}
- N8N_SECURE_COOKIE=${N8N_SECURE_COOKIE:-true}
- HOME=/home/node