SonarQube with Docker Compose

SonarQube with Docker Compose

How to set up a SonarQube server using Docker Compose. I cover the configuration of both the database and the SonarQube server, and provide step-by-step instructions for integrating and scanning backend and frontend projects using SonarScanner for .NET and SonarScanner. Handy if you want to experiment with SonarQube locally.

15 May 2024 路 12 min 路 2407 words 路 Paul McIlreavy
Initialising SQL Server with Docker Compose

Part II: Initialising SQL Server with Docker Compose

Three ways to initialise a SQL Server container using Docker Compose: executing SQL scripts, using an mssql-tools container, and restoring from a bacpac.

6 April 2024 路 9 min 路 1876 words 路 Paul McIlreavy
Microsoft SQL Server with Docker Compose

Part I: Microsoft SQL Server with Docker Compose

A step-by-step guide to running Microsoft SQL Server in Docker Compose for local development. Covers configuration for both Windows and Mac (including ARM/Rosetta), health checks, persistent volumes, and team-friendly defaults.

5 April 2024 路 10 min 路 2129 words 路 Paul McIlreavy