30 lines
659 B
YAML
30 lines
659 B
YAML
---
|
|
|
|
## General
|
|
sonarqube_image: sonarqube
|
|
sonarqube_db_image: postgres
|
|
|
|
sonarqube_http_port: 9000
|
|
sonarqube_api_port: 9001
|
|
|
|
# Sonarqube paths
|
|
sonarqube_root_path: /var/local
|
|
sonarqube_config_path: "{{ sonarqube_root_path }}/conf/sonarqube"
|
|
|
|
sonarqube_db_user: "changeme"
|
|
sonarqube_db_password: "changeme"
|
|
|
|
# Add other paths here to make sure they're created automatically
|
|
#
|
|
sonarqube_skeleton_paths:
|
|
- "{{ sonarqube_config_path }}"
|
|
|
|
# Add more templates to be copied into the config
|
|
sonarqube_configuration_files:
|
|
- "docker-compose.yml"
|
|
- "env.sonarqube.conf"
|
|
- "env.db.conf"
|
|
|
|
# Documentation
|
|
sonarqube_documentation_link: "https://www.laurivan.com"
|