1version: '3.7'
2services:
3  llvm-buildbot-worker:
4    build:
5      context: https://github.com/llvm/llvm-project.git#master:libcxx/utils/docker/debian9/buildbot
6      args:
7        gcc_tot: "ericwf/gcc:9.2.0"
8        llvm_tot: "ericwf/llvm:9.x"
9    image: llvm-buildbot-worker
10    volumes:
11    - /var/run/docker.sock:/var/run/docker.sock
12    secrets:
13    - buildbot-auth
14    logging:
15      driver: gcplogs
16
17secrets:
18  buildbot-auth:
19    file: buildbot-auth.json
20