Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

sonarqube

Docker Compose for Sonarqube

About

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

Usage

Start the containers:

make up

Containers

Name Description Port
sonarqube sonarqube app port 9000
sonarqube-db sonarqube db port 5432

Resources