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?