chore: import local project into Gitea
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user