Step 3 - Bring up peer nodes
Till now ..
We have created the docker network with fabric-ca container
Registered and enrolled the peers and users needed for the app
Next ..
We are actually going to create the peer nodes for each org in fabric network
the first docker compose file here brings up 3 container based on hyperledger/fabric-peer container.Pay special attention to the environment variables and volumes. This is how the crypto material generated in Step 2 is accessible to fabric peers while transaction processing