docker-compose-files/hyperledger/1.0/e2e_cli/peer-base/peer-base-no-tls.yaml

19 lines
665 B
YAML

version: '2'
services:
peer-base:
image: hyperledger/fabric-peer
environment:
- CORE_PEER_ADDRESSAUTODETECT=true
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
- CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=e2ecli_default
- CORE_LOGGING_LEVEL=ERROR
#- CORE_LOGGING_LEVEL=DEBUG
- CORE_NEXT=true
- CORE_PEER_TLS_ENABLED=false
- CORE_PEER_ENDORSER_ENABLED=true
- CORE_PEER_GOSSIP_ORGLEADER=false
- CORE_PEER_GOSSIP_USELEADERELECTION=true
- CORE_PEER_PROFILE_ENABLED=true
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
command: peer node start --peer-defaultchain=false