Skip to content

selllami/devstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevStack

This repository contains a devops stack.

Image of Stack

TODO

  • Stack setup, create project architecture.
  • Setup Jenkins/MySQL/Nexus/Portainer and create sime spring biit application.
  • Setup and config Nginx proxy.
  • Setup Jenkinsfile and connect Jenkins with Github.
  • Config Nexus and Docker repository.

Quick Start Guide

  1. Make sure you have install Docker and Docker-compose on your machine.
  2. Clone this repository with:
git clone https://github.com/selllami/devstack.git
  1. Add host to your machien by run the following commande:
sudo -- sh -c 'echo "192.168.0.XX\t jenkins-stack.local \n192.168.9.XX\t nexus-stack.local \n192.168.0.XX\t portainer-stack.local" >> /etc/hosts'

4.Then you need to run docker-compose -p devstack up -d from the root folder. After the services are executed, you can navigate to urls bellow to see the applications running.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors