mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated n8n for behind reverse proxy
This commit is contained in:
+9
-1
@@ -6,4 +6,12 @@ N8N_IMAGE=n8nio/n8n:latest # or 2.16.1
|
||||
N8N_PORT=5678
|
||||
N8N_HOST=localhost
|
||||
N8N_PROTOCOL=http
|
||||
N8N_SECURE_COOKIE=true
|
||||
N8N_EDITOR_BASE_URL=http://localhost:5678
|
||||
N8N_SECURE_COOKIE=true
|
||||
|
||||
# NPM Reverse Proxy (override these):
|
||||
# N8N_HOST=n8n.yourdomain.com
|
||||
# N8N_PROTOCOL=https
|
||||
# N8N_EDITOR_BASE_URL=https://n8n.yourdomain.com
|
||||
# WEBHOOK_URL=https://n8n.yourdomain.com
|
||||
# N8N_SECURE_COOKIE=true
|
||||
Reference in New Issue
Block a user