github.com/silveraid/fabric-ca@v1.1.0-preview.0.20180127000700-71974f53ab08/scripts/fvt/docker-compose.yml (about)

     1  #
     2  # Copyright IBM Corp. All Rights Reserved.
     3  #
     4  # SPDX-License-Identifier: Apache-2.0
     5  #
     6  version: "2"
     7  
     8  services:
     9    fabric-ca-fvt:
    10      image: fabric-ca-fvt
    11      build: .
    12      command: [make, fvt-tests]
    13      volumes:
    14        - ${GOPATH}/src/github.com/hyperledger/fabric-ca:/opt/gopath/src/github.com/hyperledger/fabric-ca