Skip to content

andrewshawcare/docker-ecosystem-gocd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-ecosystem-gocd

A gocd deployment with docker-compose-enabled agents and some sample projects

Deployment

Prerequisites

This project is deployed with Docker. The easiest way to setup a Docker environment is by installing the Docker Toolbox.

Docker Compose

docker-compose up

If you want to scale agents (three in this example):

docker-compose scale gocd-agent=3

GoCD Dashboard

  1. Go to http://$(docker-machine ip):8153 in your browser.

Consul

  1. As projects are deployed, you can find their status listed in Consul. Go to http://$(docker-machine ip):8500 to view a list of currently deployed projects.

About

A gocd deployment with docker-compose-enabled agents and some sample projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages