- docker-compose: n8n container (port 5678) with PostgreSQL backend - n8n/: 7 TypeScript workflow files + import script + README - Workflows: 4 CMS BI data ingestion + 3 email reports - README: updated with n8n env vars and port - .dockerignore: exclude import.sh from container
11 lines
99 B
Plaintext
11 lines
99 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
.git
|
|
.gitignore
|
|
*.log
|
|
.dbpass
|
|
migrations/_migrations*
|
|
n8n/import.sh
|