mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
n8n proxy settings
This commit is contained in:
+3
-2
@@ -12,10 +12,11 @@ services:
|
||||
- N8N_PROTOCOL=${N8N_PROTOCOL:-http}
|
||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||
- DB_SQLITE_VACUUM_ON_STARTUP=false
|
||||
- N8N_PORT=${N8N_PORT:-5678}
|
||||
#- N8N_PORT=${N8N_PORT:-5678}
|
||||
- N8N_PROXY_HOPS=${N8N_PROXY_HOPS:-1}
|
||||
- N8N_HOST=${N8N_HOST:-localhost}
|
||||
- N8N_EDITOR_BASE_URL=${N8N_EDITOR_BASE_URL:-http://localhost:5678}
|
||||
- WEBHOOK_URL=${N8N_HOST:-http://localhost:5678}
|
||||
- WEBHOOK_URL=${N8N_WEBHOOK_URL:-http://localhost:5678}
|
||||
- N8N_SECURE_COOKIE=${N8N_SECURE_COOKIE:-true}
|
||||
- HOME=/home/node
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user