mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Remove Stray IMAGE_TAG
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
c30ceaa675
commit
8eb97d92a1
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
peer-base:
|
peer-base:
|
||||||
image: hyperledger/fabric-peer:$IMAGE_TAG
|
image: hyperledger/fabric-peer:latest
|
||||||
environment:
|
environment:
|
||||||
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
|
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
|
||||||
- FABRIC_LOGGING_SPEC=INFO
|
- FABRIC_LOGGING_SPEC=INFO
|
||||||
|
|
@ -29,7 +29,7 @@ services:
|
||||||
|
|
||||||
orderer:
|
orderer:
|
||||||
container_name: irs-orderer
|
container_name: irs-orderer
|
||||||
image: hyperledger/fabric-orderer:$IMAGE_TAG
|
image: hyperledger/fabric-orderer:latest
|
||||||
environment:
|
environment:
|
||||||
- FABRIC_LOGGING_SPEC=INFO
|
- FABRIC_LOGGING_SPEC=INFO
|
||||||
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
|
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
|
||||||
|
|
@ -132,7 +132,7 @@ services:
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
container_name: cli
|
container_name: cli
|
||||||
image: hyperledger/fabric-tools:$IMAGE_TAG
|
image: hyperledger/fabric-tools:latest
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue