Merge remote-tracking branch 'origin/main'

This commit is contained in:
ritter_t
2025-09-17 09:15:43 +02:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ server {
ssl_certificate_key /etc/nginx/private/n8n.psi.ch.key;
location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass http://n8n:5678;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
+1 -1
View File
@@ -178,7 +178,7 @@ services:
- N8N_PORT=5678
- N8N_PROTOCOL=http
- NODE_ENV=production
- WEBHOOK_URL=https://n8n/
- WEBHOOK_URL=https://n8n.psi.ch
- GENERIC_TIMEZONE=Europe/Zurich
- DB_SQLITE_POOL_SIZE=4
- N8N_RUNNERS_ENABLED=true