Skip to content

Instantly share code, notes, and snippets.

@bjongbloedt
Created November 21, 2017 16:22
Show Gist options
  • Save bjongbloedt/b23df66fb8b951bd41f310efef557a9a to your computer and use it in GitHub Desktop.
Save bjongbloedt/b23df66fb8b951bd41f310efef557a9a to your computer and use it in GitHub Desktop.
gocd compose
version: "3"
services:
server:
image: gocd/gocd-server:v17.11.0
ports:
- "8153:8153"
- "8154:8154"
volumes:
- ./godata:/godata
- ./go:/home/go
ubuntu_worker:
image: gocd/gocd-agent-ubuntu-16.04:v17.11.0
links:
- server
environment:
GO_SERVER_URL: https://server:8154/go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment