rveguilla / docker-ecosystem-gocd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

setup.sh
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.

About

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


Languages

Language:Shell 100.0%