I am using SonarQube 8.4.2.
I am new to docker and have set up a custom docker-compose.yml file that is working to create a sonarqube docker container. It is also copying my sonar.properties files.
I’d like to pre-set some of the Administration->General Settings when the container runs.
I’ve tried setting environment variables in the docker-compose.yml file using the ‘key’ show on the Administration->General Settings page. I’ve also tried setting values in sonar.properties using the ‘key’. I’ve been looking through the documentation on how to use that ‘key’ but can’t find anything. Can someone point me in the right direction?
Interestingly, I just noticed that the Look and Feel section values work when set in the sonar.properties file. The email properties are the ones that don’t seem to work.