/sonarqube-docker-compose

A basic configuration for SonarQube in Docker Compose

Primary LanguageShell

Sonarqube Logo

Installation

  • Install Docker and docker-compose in your system.

  • Run the docker-compose.yml file with the next command:

    $: docker-compose up -d
  • Install sonarqube-cli

  • Copy the example configuration file sonar-project.properties in your project root.

    Run the next code in your project root:

    $: sonar-scanner
    

Created by

HamselBG