Skip to content

Latest commit

 

History

History
 
 

demo

docker-n8n-python

Docker Compose configuration file for n8n with Python, ready to use

Demo

docker-compose -f docker-compose-local.yml up
docker-compose -f docker-compose-local.yml up -d
docker-compose -f docker-compose-local.yml down

prerequisites

Step-by-step instructions

  • Configure .env file
  • Run docker-compose up -d
  • In order to run python scripts inside n8n
    cd /py_scripts
    cd /files
    cat /requirements/requirements.txt

Further information

Read more at n8n.io , here or here

for additional information about adding Python to n8n:

Based on no-official image