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.
To get started, simply clone this repository to your local machine:
git clone https://github.com/sivakumarganga/dev-machine-docker.git- PostgreSQL and pgAdmin
File: Docker ComposeDescription: Sets up PostgreSQL database server along with pgAdmin for database management. - MySQL
File: mysql/docker-compose.ymlDescription: Sets up a MySQL database server. - MongoDB
File: mongodb/docker-compose.ymlDescription: Sets up a MongoDB database server. - SonarQube
File: sonarqube/docker-compose.ymlDescription: Sets up SonarQube for code quality analysis. - OWASP ZAP
File: owasp-zap/docker-compose.ymlDescription: Sets up OWASP ZAP for web application security testing. - Jenkins
File: jenkins/docker-compose.ymlDescription: 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.