Guillaume "B.B." Van Hemmen
6bac073d56
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.
5 lines
85 B
Text
5 lines
85 B
Text
SONAR_FQDN='example.com'
|
|
|
|
POSTGRES_USERNAME='CHANGEME'
|
|
|
|
POSTGRES_PASSWORD='CHANGEME'
|