-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73180f0
commit d7b6784
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# This configuration is intended for development purpose, it's **your** responsibility to harden it for production | ||
name: scaleup | ||
services: | ||
sonar: | ||
container_name: sonarqube | ||
image: sonarqube:10.5.1-community | ||
# Forced authentication redirect for UI is turned off for out of the box experience while trying out SonarQube | ||
# For real use cases delete SONAR_FORCEAUTHENTICATION variable or set SONAR_FORCEAUTHENTICATION=true | ||
environment: | ||
- SONAR_FORCEAUTHENTICATION=false | ||
# If you want to expose these ports outside your dev PC, | ||
# remove the "127.0.0.1:" prefix | ||
ports: | ||
- 127.0.0.1:9001:9000 | ||
- 127.0.0.1:9000:9000 | ||
## This configuration is intended for development purpose, it's **your** responsibility to harden it for production | ||
#name: scaleup | ||
#services: | ||
# sonar: | ||
# container_name: sonarqube | ||
# image: sonarqube:10.5.1-community | ||
# # Forced authentication redirect for UI is turned off for out of the box experience while trying out SonarQube | ||
# # For real use cases delete SONAR_FORCEAUTHENTICATION variable or set SONAR_FORCEAUTHENTICATION=true | ||
# environment: | ||
# - SONAR_FORCEAUTHENTICATION=false | ||
# # If you want to expose these ports outside your dev PC, | ||
# # remove the "127.0.0.1:" prefix | ||
# ports: | ||
# - 127.0.0.1:9001:9000 | ||
# - 127.0.0.1:9000:9000 |