mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 10:35:09 +00:00
28 lines
754 B
YAML
28 lines
754 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
version: '2'
|
|
|
|
volumes:
|
|
orderer2.example.com:
|
|
orderer3.example.com:
|
|
|
|
networks:
|
|
byfn:
|
|
# bridge:
|
|
# external: true
|
|
|
|
services:
|
|
orderer2.example.com:
|
|
container_name: orderer2.example.com
|
|
networks:
|
|
- byfn
|
|
volumes:
|
|
- ../channel-artifacts/genesis.block:/var/hyperledger/orderer/orderer.genesis.block
|
|
- ../crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/msp:/var/hyperledger/orderer/msp
|
|
- ../crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/:/var/hyperledger/orderer/tls
|
|
- orderer2.example.com:/var/hyperledger/production/orderer
|
|
ports:
|
|
- 8050:7050
|