Change image to use 1.0.0 tag
parent
64f6a033fb
commit
a4721ede17
|
@ -1,3 +1,8 @@
|
||||||
|
# Copyright IBM Corp. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
---
|
---
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
|
|
|
@ -13,7 +13,7 @@ version: '2' # v3 does not support 'extends' yet
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ca:
|
ca:
|
||||||
image: hyperledger/fabric-ca
|
image: yeasy/hyperledger-fabric-ca:1.0.0
|
||||||
container_name: fabric-ca
|
container_name: fabric-ca
|
||||||
hostname: fabric-ca
|
hostname: fabric-ca
|
||||||
# command: /go/src/github.com/hyperledger/fabric-ca/bin/ca server start -ca testdata/ec.pem -ca-key testdata/ec-key.pem -config testdata/testconfig.json
|
# command: /go/src/github.com/hyperledger/fabric-ca/bin/ca server start -ca testdata/ec.pem -ca-key testdata/ec-key.pem -config testdata/testconfig.json
|
||||||
|
@ -36,7 +36,7 @@ services:
|
||||||
command: orderer start
|
command: orderer start
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
image: hyperledger/fabric-tools
|
image: yeasy/hyperledger-fabric:1.0.0
|
||||||
container_name: fabric-cli
|
container_name: fabric-cli
|
||||||
hostname: fabric-cli
|
hostname: fabric-cli
|
||||||
tty: true
|
tty: true
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
orderer-base:
|
orderer-base:
|
||||||
image: hyperledger/fabric-orderer
|
image: yeasy/hyperledger-fabric-orderer:1.0.0
|
||||||
environment:
|
environment:
|
||||||
- ORDERER_GENERAL_LOGLEVEL=DEBUG
|
- ORDERER_GENERAL_LOGLEVEL=DEBUG
|
||||||
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
|
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
peer-base:
|
peer-base:
|
||||||
image: hyperledger/fabric-peer
|
image: yeasy/hyperledger-fabric-peer:1.0.0
|
||||||
environment:
|
environment:
|
||||||
#- CORE_PEER_ID=peer0
|
#- CORE_PEER_ID=peer0
|
||||||
- CORE_PEER_ADDRESSAUTODETECT=false
|
- CORE_PEER_ADDRESSAUTODETECT=false
|
||||||
|
|
Loading…
Reference in New Issue