File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,23 +222,6 @@ services:
222222 networks :
223223 - backend
224224
225- # ## Grafana Container #########################################
226-
227- grafana :
228- build :
229- context : ./grafana
230- volumes :
231- - ${DATA_SAVE_PATH}/grafana:/var/lib/grafana
232- ports :
233- - " ${GRAFANA_PORT}:3000"
234- networks :
235- - backend
236-
237- # grafana-storage:
238- # image: busybox:latest
239- # volumes:
240- # - ${DATA_SAVE_PATH}/grafana:/var/lib/grafana
241-
242225# ## Percona Container #########################################
243226
244227 percona :
@@ -643,6 +626,18 @@ services:
643626 - frontend
644627 - backend
645628
629+ # ## Grafana Container #########################################
630+
631+ grafana :
632+ build :
633+ context : ./grafana
634+ volumes :
635+ - ${DATA_SAVE_PATH}/grafana:/var/lib/grafana
636+ ports :
637+ - " ${GRAFANA_PORT}:3000"
638+ networks :
639+ - backend
640+
646641# ## Laravel Echo Server #######################################
647642 laravel-echo-server :
648643 build :
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ JENKINS_HOST_HTTP_PORT=8090
234234JENKINS_HOST_SLAVE_AGENT_PORT=50000
235235JENKINS_HOME=./jenkins/jenkins_home
236236
237- ### JENKINS ############################################################################################################
237+ ### GRAFANA ############################################################################################################
238238
239239GRAFANA_PORT=3000
240240
You can’t perform that action at this time.
0 commit comments