gtristan commented on a change in pull request #1445: URL: https://github.com/apache/buildstream/pull/1445#discussion_r560999394
########## File path: .github/compose/ci.buildbarn-remote-cache.yml ########## @@ -0,0 +1,59 @@ +## +# Buildbarn Compose manifest for BuildStream. +# +# Spins-up a unnamed and unauthenticated cache server: +# - STORAGE at http://localhost:7982 +# - INDEX at: http://localhost:7981 +# +# BuildStream configuration snippet: +# +# artifacts: +# - url: https://localhost:7981 +# type: index +# push: true +# - url: https://localhost:7982 +# type: storage +# push: true +# +# Basic usage: +# - docker-compose -f ci.buildbarn-remote-cache.yml up +# - docker-compose -f ci.buildbarn-remote-cache.yml down + +version: '3.4' + +services: + bb-asset: + image: buildbarn/bb-remote-asset:20200903T103837Z-90136c4 + command: /config/asset.jsonnet + restart: unless-stopped + expose: Review comment: Removed this now ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
