mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
add sonarqube to .yml
This commit is contained in:
parent
07c5931745
commit
95adcab43b
1 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,15 @@ services:
|
|||
depends_on:
|
||||
- petclinic
|
||||
|
||||
sonarqube:
|
||||
image: sonarqube:latest
|
||||
ports:
|
||||
- "9000:9000"
|
||||
networks:
|
||||
- custom-network
|
||||
depends_on:
|
||||
- petclinic
|
||||
|
||||
volumes:
|
||||
prometheus_data:
|
||||
grafana_data:
|
||||
|
|
Loading…
Reference in a new issue