This project will be using the following docker images.
- sonarqube
sonarqube:comunity
- postgresql
postgres:12
Follow these steps below to start a local sonarqube instance.
$ git clone git@github.com:AshnaWiar/sonarqube.git
$ cd sonarqube
$ cp .env.example .env
$ docker compose up
Sonarqube will be available on http://localhost:9000.
Use the default credentials to login docs.sonarqube.com.