Skip to content

Commit

Permalink
Changes in sonar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Aug 18, 2024
1 parent 73180f0 commit d7b6784
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/main/docker/sonar.yml
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

0 comments on commit d7b6784

Please sign in to comment.