-1

I am trying to setup a Multi Org Multi Host network based on Hyperledger fabric block chain. I developed a network structure and trying to run docker containers in swarm mode. I have three aws instance Ubuntu on aws. Here is link of my public repository https://github.com/medipal/MultiOrgNetwork

When I am running docker images there are no services replicated. There is error while deploying the network thats why container are not starting. How can I build a network like this or What should I have to correct in my code?

1 Answers1

1

Here you have a great example of a orderer-kafka network. This is the first-network from fabric-sample with kafka. You need to adjust this to work in swarm mode and apply you changes.

Alexander Yammine
  • 548
  • 1
  • 5
  • 14