github.com/turingchain2020/turingchain@v1.1.21/build/autotest/gitlabci/compose-autotest.yml (about)

     1  version: '3'
     2  
     3  services:
     4    autotest:
     5      build:
     6        context: .
     7        dockerfile: Dockerfile-autotest
     8      container_name: autotest-turingchain
     9  
    10    chain32:
    11      build:
    12        context: .
    13        dockerfile: Dockerfile-autotest
    14      container_name: autotest-chain32
    15  
    16