Files
n8n-workspace/README.md

15 lines
380 B
Markdown

# n8n god
Bare workspace scaffolding (mostly `.cursor` metadata and `.cursorignore`).
Populate with **`docker-compose.yml`** wiring [n8n](https://n8n.io) + Postgres before publishing. Typical pattern:
```
services:
n8n:
image: n8nio/n8n
...
```
Keep exported credentials ZIPs (`*.credential.json`, `.env`) out of Git; add them to `.gitignore` locally.