Caprover logo
Caprover one-click apps browser
sonarqube logo
sonarqube
Catch bugs and vulnerabilities in your app, with thousands of automated Static Code Analysis rules
Official integration
Created - Last update

SonarQube is an open source product for continuous inspection of code quality. This Docker image contains the Community Edition of SonarQube. Enter your SonarQube Configuration parameters and click on next. More information about this container can be found here: https://hub.docker.com/_/sonarqube?tab=description Default username: admin Default password: admin It will take about a minute for the process to finish.

Deployed services
sonarqube-db
postgres:$$cap_postgres_version
  • sonarqube-db-data:/var/lib/postgresql/data
always
4
sonarqube
sonarqube:$$cap_sonar_version
  • sonarqube-conf:/opt/sonarqube/conf
  • sonarqube-data:/opt/sonarqube/data
  • sonarqube-logs:/opt/sonarqube/logs
  • sonarqube-extensions:/opt/sonarqube/extensions
9000
always
3
Variables

Postgres Version

Default: 9.6

$$cap_postgres_version
Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/

Sonarqube Version

Default: 10.2.1-community

$$cap_sonar_version
Check out their Docker page for the valid tags https://hub.docker.com/_/sonarqube?tab=tags/

Postgres Password

Default: undefined

$$cap_pg_pass

OPTIONAL: Arguments for 'postgres initdb'

Default: undefined

$$cap_pg_initdb_args
For example, --data-checksums
© 2025, Built with Gatsby - Source code available on GitHub