Sign inSign up

bloodyburger/n8n-python

By bloodyburger

Updated about 1 year ago

This image contains n8n with Python 3.11.

Image
0

1.1K

bloodyburger/n8n-python repository overview

n8n - docker image with Python 3.11

n8n.io - Workflow Automation

This image includes Python 3.11 by default. It can be used to run python scripts inside n8n using the Execute Command node .

Run python 3.11 code on n8n.

Docker Hub

GitHub repository

Image Setup

Using docker compose docker-compose.yml

Usage

Run mounted Python scripts using the ExecuteCommand node

You can run *.pyfiles that has been mounted to the container using the ExecuteCommand node.

Create a folder "py_scripts" and place your scripts in there. On Execute Command node python3 /data/py_scripts/script.py

Documentation

The official n8n documentation can be found under: https://docs.n8n.io

Additional information and example workflows on the n8n.io website: https://n8n.io

Learn how to run n8n in Docker

Tag summary

Content type

Image

Digest

sha256:5288602b4

Size

473.8 MB

Last updated

about 1 year ago

docker pull bloodyburger/n8n-python