github.com/renegr87/renegr87@v2.1.1+incompatible/integration/lifecycle/testdata/docker-compose.yaml (about)

     1  # Copyright IBM Corp. All Rights Reserved.
     2  #
     3  # SPDX-License-Identifier: Apache-2.0
     4  #
     5  
     6  version: '2'
     7  services:
     8    cli:
     9      container_name: cli
    10      image: hyperledger/fabric-tools:1.4
    11      tty: true
    12      stdin_open: true
    13      working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
    14      command: /bin/bash
    15      volumes:
    16          - /var/run/:/host/var/run/
    17          - ./chaincode/:/opt/gopath/src/github.com/chaincode