Files
jetour-bi/.dockerignore
Jetour BI e56d72c644 Add n8n service to docker-compose
- 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
2026-06-18 20:52:36 +00:00

11 lines
99 B
Plaintext

.venv/
__pycache__/
*.pyc
.env
.git
.gitignore
*.log
.dbpass
migrations/_migrations*
n8n/import.sh