This repository provides a collection of self-hosted software configurations using Docker, designed to serve as a foundational DevOps stack for any company.
Before you start, it is highly recommended to install the following components on your server:
- Nginx: For reverse proxying services.
- Docker: For running the containerized applications.
- HTTPS: For securing your services with SSL/TLS certificates.
This stack includes the following components, each located in its own directory:
- Jenkins: An open-source automation server that facilitating CI/CD.
- JFrog Artifactory: A universal artifact repository manager.
- Docker Registry: A scalable and stateless server that lets you store and distribute Docker images.
- Taiga: An agile project management platform. It's intuitive and simple.
This stack was created by dalthonmh.