SonarQube DevOps Tutorial For Beginners | Easy SonarQube PostgreSQL Setup Using Docker Compose

preview_player
Показать описание
Hello Friends, Welcome back to my channel. This is a sonarqube tutorial for beginners, We have seen how to setup SonarQube on docker as container , however with simple docker run command. In this tutorial we will see how we can setup SonarQube in docker with backend PostgreSQL database.We are going to configure two services in docker compose file , one for PostgreSQL and one SonarQube. You can download the compose file and run a docker compose up to have the SonarQube running.
----------------------------------------------------------------------------------------------
Sonarqube docker tutorial:
--------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
SonarQube Integration with Jenkins:
-----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
Pre-setup commands:

ulimit -n 65536
ulimit -u 4096

For opening the port 9000:
sudo firewall-cmd --permanent --zone=public --add-port=9000/tcp
sudo firewall-cmd --reload
----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
sonarqube postgresql setup docker Compose file:
-----------------------------------------------------------------------------------------
============================================

Follow me @:
=============================================
Music credit: "Royalty Free Music from Bensound"
Рекомендации по теме
Комментарии
Автор

Finally it's work.. Thanks a lot for sharing your material

amusa
Автор

sir make plz a video, how to setup lamp on docker-compose for production like real envirement plz sir Thanks.

rampanwar