mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
13 lines
271 B
Bash
13 lines
271 B
Bash
# Compose
|
|
VOL_PATH=/data
|
|
N8N_IMAGE=n8nio/n8n:latest
|
|
N8N_RESTART=unless-stopped
|
|
N8N_PORT=5678
|
|
N8N_HOST=localhost
|
|
N8N_PROTOCOL=http
|
|
N8N_EDITOR_BASE_URL=http://localhost:5678
|
|
N8N_SECURE_COOKIE=true
|
|
N8N_PROXY_HOPS=1
|
|
N8N_WEBHOOK_URL=http://localhost:5678
|
|
TZ=America/Vancouver
|