mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
8 lines
118 B
Bash
8 lines
118 B
Bash
VOL_PATH=./data
|
|
TZ="America/Vancouver"
|
|
|
|
# n8n
|
|
N8N_IMAGE=n8nio/n8n:latest # or 1.70.2
|
|
N8N_PORT=5678
|
|
N8N_HOST=localhost
|