logo
icon

n8n-starter-custom-libs

n8n v2 with PostgreSQL and Custom Python Task Runner (Supports custom pip packages).

template cover
Implementado2 veces
Editorkevin.cw.chen
Creado2026-01-19
Servicios
service icon
service icon
service icon

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?

  1. Fork this repository.
  2. Edit task-runner/Dockerfile.
  3. Add your pip install commands.
  4. Zeabur will automatically rebuild the runner.