-
Notifications
You must be signed in to change notification settings - Fork 0
/
host4.yaml
executable file
·59 lines (52 loc) · 1.76 KB
/
host4.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
version: '2'
volumes:
orderer1.subskribo.be:
# peer1.org2.example.com:
networks:
byfn:
external:
name: hlf-network
services:
orderer1.subskribo.be:
extends:
file: base/peer-base.yaml
service: orderer-base
environment:
- ORDERER_GENERAL_LISTENPORT=8050
container_name: orderer1.subskribo.be
networks:
- byfn
volumes:
- ./channel-artifacts/genesis.block:/var/hyperledger/orderer/orderer.genesis.block
- ./crypto-config/ordererOrganizations/subskribo.be/orderers/orderer1.subskribo.be/msp:/var/hyperledger/orderer/msp
- ./crypto-config/ordererOrganizations/subskribo.be/orderers/orderer1.subskribo.be/tls/:/var/hyperledger/orderer/tls
- orderer1.subskribo.be:/var/hyperledger/production/orderer
ports:
- 8050:8050
# orderer4.example.com:
# extends:
# file: base/peer-base.yaml
# service: orderer-base
# environment:
# - ORDERER_GENERAL_LISTENPORT=10050
# container_name: orderer4.example.com
# networks:
# - byfn
# volumes:
# - ./channel-artifacts/genesis.block:/var/hyperledger/orderer/orderer.genesis.block
# - ./crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/msp:/var/hyperledger/orderer/msp
# - ./crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/tls/:/var/hyperledger/orderer/tls
# - orderer4.example.com:/var/hyperledger/production/orderer
# ports:
# - 10050:10050
# peer1.org2.example.com:
# container_name: peer1.org2.example.com
# extends:
# file: base/docker-compose-base.yaml
# service: peer1.org2.example.com
# networks:
# - byfn