Docker Compose configuration file for n8n with Python, ready to use
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
- Postgres
- jwilder/nginx-proxy
- 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
Read more at n8n.io , here or here
for additional information about adding Python to n8n:
Based on no-official image