From 95adcab43ba3020f81b316663609be0e4baa9ebb Mon Sep 17 00:00:00 2001 From: bossardme Date: Sun, 21 Jul 2024 16:16:36 -0700 Subject: [PATCH] add sonarqube to .yml --- spring-petclinic.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spring-petclinic.yml b/spring-petclinic.yml index 3a61a2591..fe6ba3770 100644 --- a/spring-petclinic.yml +++ b/spring-petclinic.yml @@ -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: