-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhost3.yaml
executable file
·51 lines (43 loc) · 1.33 KB
/
host3.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
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
version: '2'
volumes:
orderer0.subskribo.be:
# peer0.org2.example.com:
networks:
byfn:
external:
name: hlf-network
services:
orderer0.subskribo.be:
extends:
file: base/docker-compose-base.yaml
service: orderer0.subskribo.be
container_name: orderer0.subskribo.be
networks:
- byfn
# orderer1.org2.subskribo.be:
# extends:
# file: base/peer-base.yaml
# service: orderer-base
# environment:
# - ORDERER_GENERAL_LISTENPORT=9050
# container_name: orderer1.org2.subskribo.be
# networks:
# - byfn
# volumes:
# - ./channel-artifacts/genesis.block:/var/hyperledger/orderer/orderer.genesis.block
# - ./crypto-config/ordererOrganizations/org2@subskribo.be/orderers/orderer1.org2@subskribo.be/msp:/var/hyperledger/orderer/msp
# - ./crypto-config/ordererOrganizations/org2@subskribo.be/orderers/orderer1.org2@subskribo.be/tls/:/var/hyperledger/orderer/tls
# - orderer1.org2.subskribo.be:/var/hyperledger/production/orderer
# ports:
# - 9050:9050
# peer0.org2.example.com:
# container_name: peer0.org2.example.com
# extends:
# file: base/docker-compose-base.yaml
# service: peer0.org2.example.com
# networks:
# - byfn