Add sonarqube (Docker server & gradle config)

This commit is contained in:
2020-02-12 17:12:29 +01:00
parent 4a2d18ff87
commit 60bd24e653
7 changed files with 35 additions and 5 deletions

View File

@@ -2,6 +2,13 @@
# Add the "-d" flag at the end for detached execution
version: '3.7'
services:
sonarqube:
container_name: sonarqube_${NAME}
image: sonarqube
restart: always
ports:
- 9000:9000
openapi:
container_name: openapi_${NAME}
image: swaggerapi/swagger-ui