sonarqube/.env.dist
Guillaume "B.B." Van Hemmen 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

5 lines
85 B
Text

SONAR_FQDN='example.com'
POSTGRES_USERNAME='CHANGEME'
POSTGRES_PASSWORD='CHANGEME'