github.com/cactusblossom/fabric-ca@v0.0.0-20200611062428-0082fc643826/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