Skip to content

Commit f3a0259

Browse files
committed
Use Server-Sent Events instead of WebSockets
1 parent 0222b19 commit f3a0259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plogical/DockerSites.py

+1
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,7 @@ def DeployN8NContainer(self):
838838
- N8N_HOST={self.data['finalURL']}
839839
- NODE_ENV=production
840840
- WEBHOOK_URL=https://{self.data['finalURL']}
841+
- N8N_PUSH_BACKEND=sse # Use Server-Sent Events instead of WebSockets
841842
ports:
842843
- "{self.data['port']}:5678"
843844
links:

0 commit comments

Comments
 (0)