mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
added n8n secure cookie
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
|||||||
- N8N_PORT=${N8N_PORT:-5678}
|
- N8N_PORT=${N8N_PORT:-5678}
|
||||||
- N8N_HOST=${N8N_HOST:-http://localhost:5678}
|
- N8N_HOST=${N8N_HOST:-http://localhost:5678}
|
||||||
- WEBHOOK_URL=${N8N_HOST:-http://localhost:5678}
|
- WEBHOOK_URL=${N8N_HOST:-http://localhost:5678}
|
||||||
|
- N8N_SECURE_COOKIE=${N8N_SECURE_COOKIE:-true}
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
@@ -6,3 +6,4 @@ N8N_IMAGE=n8nio/n8n:latest # or 2.16.1
|
|||||||
N8N_PORT=5678
|
N8N_PORT=5678
|
||||||
N8N_HOST=localhost
|
N8N_HOST=localhost
|
||||||
N8N_PROTOCOL=http
|
N8N_PROTOCOL=http
|
||||||
|
N8N_SECURE_COOKIE=true
|
||||||
Reference in New Issue
Block a user