alexandre-abrioux / golem-node

Dockerized Golem Network Provider Node
https://hub.docker.com/r/aabrioux/golem-node
MIT License
18 stars 15 forks source link

Could I scale for 2 instances? #29

Closed cmdntd closed 1 year ago

cmdntd commented 1 year ago

Could I scale golem for 2 instances or more?

.PHONY: up
up:             ## Start the node
    docker-compose up -d --remove-orphans

to

.PHONY: up
up:             ## Start the node
    docker-compose up -d --remove-orphans --scale 5
alexandre-abrioux commented 1 year ago

Hi! You can probably have a setup with multiple nodes working in parallel, but I doubt this will work. Nodes will probably need to have different configurations, meaning:

It's just wild guess, as I've never tried it. I'd recommend contacting Golem's team on their Discord for proper advice. Feel free to share your docker-compose.yaml file if you manage to do it! I'm closing this for now as it's a bit out of scope for this project.