https://github.com/nguyenantoine/sonarqube
Docker-compose for sonarqube
https://github.com/nguyenantoine/sonarqube
docker-compose sonarqube
Last synced: about 2 months ago
JSON representation
Docker-compose for sonarqube
- Host: GitHub
- URL: https://github.com/nguyenantoine/sonarqube
- Owner: NguyenAntoine
- Created: 2018-12-15T23:32:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T16:17:23.000Z (over 7 years ago)
- Last Synced: 2025-02-27T03:50:02.770Z (over 1 year ago)
- Topics: docker-compose, sonarqube
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SonarQube docker-compose
[Using SonarQube Docker Image](https://github.com/SonarSource/docker-sonarqube)
## Installation
You need to give right user to directories in the volume
```bash
groupadd -r sonarqube && useradd -r -g sonarqube sonarqube
chown sonarqube:sonarqube conf/ data/ extensions/ logs/
```
Create the `.env` file from [.env.dist](.env.dist) example with the
environment variables from [docker let's encrypt nginx proxy](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/wiki/Basic-usage)
```bash
docker-compose up -d
```
## Update docker images
```bash
./updateDockerImages.sh
```