mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 08:05:56 +00:00
13 lines
322 B
Bash
13 lines
322 B
Bash
# Copy to .env and fill in secrets before `docker compose up -d`
|
|
POSTGRES_USER=n8n
|
|
POSTGRES_PASSWORD=change-me
|
|
POSTGRES_DB=n8n
|
|
|
|
# Public hostname / protocol used to access n8n (no port suffix needed when behind a reverse proxy)
|
|
N8N_HOST=localhost
|
|
N8N_PROTOCOL=http
|
|
N8N_PORT=5678
|
|
WEBHOOK_URL=http://localhost:5678/
|
|
|
|
TZ=UTC
|