A custom Docker image for n8n that enables the execution of external Python scripts.
To use, add your .py
scripts to the python-scripts
directory before building and running the container.
Ensure any required Python libraries are listed in python-scripts/requirements.txt
before building the image.
The scripts are executed in n8n using the execute command
block with the following command
python /home/node/python-scripts/your-script.py