Use Server-Sent Events instead of WebSockets

This commit is contained in:
usmannasir 2025-03-19 17:25:30 +05:00
parent 0222b19868
commit f3a0259b54
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ services:
- N8N_HOST={self.data['finalURL']}
- NODE_ENV=production
- WEBHOOK_URL=https://{self.data['finalURL']}
- N8N_PUSH_BACKEND=sse # Use Server-Sent Events instead of WebSockets
ports:
- "{self.data['port']}:5678"
links: