mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
ORG4 docker ca
This commit is contained in:
parent
81a3be3ca4
commit
e39db3aac5
1 changed files with 5 additions and 5 deletions
|
|
@ -16,12 +16,12 @@ services:
|
|||
service: hyperledger-fabric
|
||||
environment:
|
||||
- FABRIC_CA_HOME=/etc/hyperledger/fabric-ca-server
|
||||
- FABRIC_CA_SERVER_CA_NAME=ca-org3
|
||||
- FABRIC_CA_SERVER_CA_NAME=ca-org4
|
||||
- FABRIC_CA_SERVER_TLS_ENABLED=true
|
||||
- FABRIC_CA_SERVER_PORT=11054
|
||||
- FABRIC_CA_SERVER_PORT=13054
|
||||
ports:
|
||||
- "11054:11054"
|
||||
- "13054:13054"
|
||||
command: sh -c 'fabric-ca-server start -b admin:adminpw -d'
|
||||
volumes:
|
||||
- ../fabric-ca/org3:/etc/hyperledger/fabric-ca-server
|
||||
container_name: ca_org3
|
||||
- ../fabric-ca/org4:/etc/hyperledger/fabric-ca-server
|
||||
container_name: ca_org4
|
||||
|
|
|
|||
Loading…
Reference in a new issue