github.com/bshelton229/agent@v3.5.4+incompatible/docker-compose.windows.yml (about)

     1  version: "3.2"
     2  
     3  # This is a docker-compose file designed to be called in macOS and translate through to windows
     4  
     5  services:
     6    agent:
     7      build:
     8        dockerfile: Dockerfile-windows
     9        context: .
    10      working_dir: C:/gopath/src/github.com/buildkite/agent
    11      environment:
    12        - BUILDKITE_BUILD_NUMBER
    13        - "BUILDKITE_BUILD_PATH=c:\\buildkite\\builds"
    14  
    15  networks:
    16    default:
    17      external:
    18        name: nat