Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.52 KB

File metadata and controls

35 lines (30 loc) · 1.52 KB

Developer Docker Compose Repository

Welcome to the Developer Docker Compose Repository! This repository contains Docker Compose files to set up various development environments, including databases and code scanners, to streamline your development process.

Getting Started

To get started, simply clone this repository to your local machine:

git clone https://github.com/sivakumarganga/dev-machine-docker.git

Available Docker Compose Files

  • PostgreSQL and pgAdmin File: Docker Compose Description: Sets up PostgreSQL database server along with pgAdmin for database management.
  • MySQL File: mysql/docker-compose.yml Description: Sets up a MySQL database server.
  • MongoDB File: mongodb/docker-compose.yml Description: Sets up a MongoDB database server.
  • SonarQube File: sonarqube/docker-compose.yml Description: Sets up SonarQube for code quality analysis.
  • OWASP ZAP File: owasp-zap/docker-compose.yml Description: Sets up OWASP ZAP for web application security testing.
  • Jenkins File: jenkins/docker-compose.yml Description: Sets up Jenkins for continuous integration and continuous deployment (CI/CD). #Contributing Contributions are welcome! If you have Docker Compose files for additional development environments that you'd like to share, feel free to open a pull request.

#License This project is licensed under the MIT License - see the LICENSE file for details.