#sonarqube #docker #quality
Setup SonarQube in a Docker Container with External Database
Docker Commands - https://gist.github.com/techforum-rep...
SonarQube with bootstrapping Image - https://github.com/techforum-repo/doc...
Setup SonarQube in a Docker Container and Bootstrap the Quality Configurations - • Setup SonarQube in a Docker Container...
Docker Hub - https://hub.docker.com/r/techforum/so...
The default H2 database was used to run the sonarqube server but this will be only suitable for development purpose, for production the sonarqube should be running with external databases.
We are going to use the custom sonarqube image built in the earlier video and the standard Postgres database image. the docker-compose command will be used to run the multi-container application.
sudo sysctl -w vm.max_map_count=262144
Run docker-compose up or docker-compose up -d
Now the sonarqube server is up with postgres db and the quality configurations are bootstrapped.