Skip to content

Instantly share code, notes, and snippets.

@tardyp
Last active October 10, 2016 09:12
Show Gist options
  • Save tardyp/c9b0fe3e94ab2829363d57df1f7adf08 to your computer and use it in GitHub Desktop.
Save tardyp/c9b0fe3e94ab2829363d57df1f7adf08 to your computer and use it in GitHub Desktop.
hyper buildbot tutorial
diff --git a/simple/docker-compose.yml b/simple/docker-compose.yml
index 3eb1bc1..7fd206e 100644
--- a/simple/docker-compose.yml
+++ b/simple/docker-compose.yml
@@ -25,6 +25,7 @@ services:
worker:
image: "buildbot/buildbot-worker:master"
+ fip: 209.177.90.213
environment:
BUILDMASTER: buildbot
BUILDMASTER_PORT: 9989
# clone the repo
git clone https://github.com/buildbot/buildbot-docker-example-config
# go to the simple docker-compose example
cd buildbot-docker-example-config/simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment