hyperledger-labs / fablo

Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.
Apache License 2.0
194 stars 72 forks source link

[Q&A] Fablo sopport upload peers to differents hosts? #303

Open SRiera98 opened 2 years ago

SRiera98 commented 2 years ago

Hello, i'm new with hyperledger fabric and fablo and i'm wondering if the generated files (for example: the docker-compose.yml) can be used to deploy each peer in a independent machine (or cloud vm) to form the network.

alvarotl-dev commented 2 years ago

I'm also concerned about this at the time I discovered Fablo. Would be good to have an answer :)

dzikowski commented 2 years ago

Sorry, we don't have a support for that. We only support starting network on Docker on a single host. We are working on support for Kubernetes Operators, which will be hopefully a step towards multi-host deployment.