Files
docker-templates/n8n/.env.example
T
nprasad2077 7a349036c5
hello-world / hello (push) Successful in 18s
new services
2026-09-19 04:15:15 -05:00

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