CI / CD for Solo Developers | docker-compose + Jenkins + Sonarqube + PostgreSql

Опубликовано: 28 Апрель 2026
на канале: Murat Öksüzer
214
3

Hey Indie Hacker! You need every bit of efficiency via automation!
Solo developers also need CI / CD pipelines.
Here are free open source tools stack for your needs.

If you found this video helpful, you can buy me a coffee:
☕ https://www.buymeacoffee.com/muratoks...

  / murat_dev01  

0:00 Intro
0:13 Outline
0:35 What is CI/CD?
1:15 Why one person need CI / CD?
1:35 How to run locally using docker-compose?
2:20 Demo outline
2:52 Create Spring Boot app with spring initializr
3:26 Create docker-compose yaml file with PostgreSQL details
5:02 Setting up jenkins service in docker-compose yaml
7:08 Setting up sonarqube service in docker-compose yaml
9:49 Generate sonar report from command line maven
11:18 Configure jacoco code coverage plugin
14:54 Configure Jenkins
17:39 Create first build item job and generate Sonar report
24:28 Create jenkins job to build and package project
27:11 Auto trigger jenkins job on each commit