n8n Starter with Custom Python Libraries
A simplified n8n v2 setup designed for education and customization.
Features
- n8n Main: Workflow automation engine.
- PostgreSQL: Robust database.
- Custom Task Runner: Git-based deployment allows you to install ANY Python library (pandas, numpy, etc.) by editing
task-runner/Dockerfile or requirements.txt.
How to install Custom Libraries?
- Fork this repository.
- Edit
task-runner/Dockerfile.
- Add your
pip install commands.
- Zeabur will automatically rebuild the runner.