Commit graph

5 commits

Author SHA1 Message Date
c6ad73c8fa #0000 - Update SonarQube image to version 10.7-community
This change updates the SonarQube image used in the `docker-compose.yml` file from version 10.4-community to 10.7-community. The update ensures that we are using the latest features and security patches provided by SonarQube.
2024-10-13 17:41:44 +02:00
ade85f668a #0000 - Update healthcheck command in docker-compose.yml
Changed the healthcheck command to use a shell script wrapping `pg_isready` to ensure correct execution of the command with environment variables. This adjustment improves reliability and consistency in the database readiness check.
2024-10-10 17:43:20 +02:00
f526692e59 #0000 - Fix syntax error in PostgreSQL healthcheck command
The incorrect double dollar sign syntax in the healthcheck command has been corrected. This ensures that the environment variable POSTGRES_USERNAME is properly interpolated.
2024-10-10 17:40:59 +02:00
6bac073d56 #0000 - Add Docker Compose setup for SonarQube with configuration
Introduce Docker Compose setup to deploy SonarQube with PostgreSQL and Traefik integration. Added necessary configuration files including `.env.dist`, `.gitignore`, and `LICENSE`. Updated README with detailed installation and usage instructions.
2024-10-10 17:30:32 +02:00
34a7d4ef26 Initial commit 2024-10-10 16:48:02 +02:00