Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- n8n:
- image: n8nffmpeg
- restart: always
- ports:
- - 5678:5678
- environment:
- - NODE_ENV=production
- - NODE_FUNCTION_ALLOW_BUILTIN=*
- - NODE_FUNCTION_ALLOW_EXTERNAL=*
- volumes:
- - n8n_data:/home/node/.n8n
- volumes:
- n8n_data:
- external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement