n8n-impl-deployment
Installation
SKILL.md
n8n Deployment & Operations
Quick Reference
| Aspect | Value |
|---|---|
| Docker image | docker.n8n.io/n8nio/n8n |
| Default port | 5678 |
| Data volume | /home/node/.n8n |
| Files volume | /files |
| Default DB | SQLite (use PostgreSQL for production) |
| Queue broker | Redis (BullMQ) |
| Config method | Environment variables (primary) |
Default Ports
| Service | Port |
|---|---|
| n8n | 5678 |
Related skills