Need help to setup queue mode with workers on separate vm

Does anyone has a docker-compose.yml file to connect n8n with PostgreSQL to an external vm worker?
I am having really hard time to understand how all are connected between each other.

i found n8n/docker-compose.yml at master · n8n-io/n8n · GitHub but looks like it is running the worker in the same VM as queue instance. Is this really scalable without using a separated VM for workers? am i missing something?

thank you for your help.

Hey @kgurinov, yes, workers can run on different (physical or virtual) machines, as long as they are on the same network. I don’t have ready to run docker-compose.yml files though. Which problem exactly are you having?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.