项目作者: mariohercules

项目描述 :
DevOps dock development environment
高级语言: Shell
项目地址: git://github.com/mariohercules/devops-dock.git
创建时间: 2019-05-09T03:22:18Z
项目社区:https://github.com/mariohercules/devops-dock

开源协议:MIT License

下载


Devops-Dock

DevOps dock development environment

USING

Clone devops-dock inside your project:

  1. $ git clone https://github.com/mariohercules/devops-dock.git

Enter the devops-dock folder and rename env-example to .env.

  1. $ cp .env-example .env

Run your containers:

  1. $ docker-compose up -d gitlab jenkins grafana

JENKINS

  • Get jenkins initial password for setup
  1. $ docker cp jenkins:/var/jenkins_home/secrets/initialAdminPassword ./

NEXUS

  • Artefacts repository

Default credentials are: admin / admin123

SONARQUBE

  • Code Quality

Default credentials are: admin / admin

GITLAB

  • Code repository / build management and continuous integration server

Default credential is: root

TEAMCITY

  • Code repository / build management and continuous integration server

Default credential is: root

GRAFANA

  • Analytics and monitoring

Default credentials are: admin/ admin