https://github.com/khshourov/sonarqube-server
Local SonarQube docker installation
https://github.com/khshourov/sonarqube-server
docker-compose sonarqube
Last synced: 20 days ago
JSON representation
Local SonarQube docker installation
- Host: GitHub
- URL: https://github.com/khshourov/sonarqube-server
- Owner: khshourov
- License: mit
- Created: 2024-11-08T19:11:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T09:44:19.000Z (over 1 year ago)
- Last Synced: 2025-02-23T10:29:07.360Z (over 1 year ago)
- Topics: docker-compose, sonarqube
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I copied the docker-compose.yml file from [SonarQube with PostgreSQL](https://github.com/SonarSource/docker-sonarqube/blob/master/example-compose-files/sq-with-postgres/docker-compose.yml) and made a few minor modifications for personal use.
# Prerequisites
- docker
# Installation
- `cp .env.example .env` - Feel free to change any default value.
- `docker-compose up -d` - Build and start the containers
Go to [http://localhost:9000](http://localhost:9000). If you changed the PORT, use that instead of 9000.
The default admin credentials are `admin/admin`.