mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +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:
|
depends_on:
|
||||||
- petclinic
|
- petclinic
|
||||||
|
|
||||||
|
sonarqube:
|
||||||
|
image: sonarqube:latest
|
||||||
|
ports:
|
||||||
|
- "9000:9000"
|
||||||
|
networks:
|
||||||
|
- custom-network
|
||||||
|
depends_on:
|
||||||
|
- petclinic
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
prometheus_data:
|
prometheus_data:
|
||||||
grafana_data:
|
grafana_data:
|
||||||
|
|
Loading…
Reference in a new issue