Docker Compose for Sonarqube
SonarQube is an open-source platform for continuous inspection of code quality. It performs static code analysis to detect bugs, security vulnerabilities, and code smells, ensuring maintainability and compliance with best practices
Start the containers:
make up| Name | Description | Port |
|---|---|---|
| sonarqube | sonarqube app port | 9000 |
| sonarqube-db | sonarqube db port | 5432 |