Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CA's to docker test network #124

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions test-network/docker/docker-compose-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

version: '2'

networks:
test:

services:

ca_org1:
Expand All @@ -20,6 +23,8 @@ services:
volumes:
- ../organizations/fabric-ca/org1:/etc/hyperledger/fabric-ca-server
container_name: ca_org1
networks:
- test

ca_org2:
image: hyperledger/fabric-ca:$IMAGE_TAG
Expand All @@ -34,6 +39,8 @@ services:
volumes:
- ../organizations/fabric-ca/org2:/etc/hyperledger/fabric-ca-server
container_name: ca_org2
networks:
- test

ca_orderer:
image: hyperledger/fabric-ca:$IMAGE_TAG
Expand All @@ -48,3 +55,5 @@ services:
volumes:
- ../organizations/fabric-ca/ordererOrg:/etc/hyperledger/fabric-ca-server
container_name: ca_orderer
networks:
- test