File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -111,16 +111,19 @@ services:
111
111
depends_on :
112
112
- cadvisor
113
113
114
- # grafana:
115
- # image: grafana/grafana:latest
116
- # container_name: grafana
117
- # ports:
118
- # - 2999:3000
119
- # volumes:
120
- # # Share the named volume with the grafana container
121
- # - grafana-dir:/etc/grafana
122
- # environment:
123
- # GF_PATHS_CONFIG: /etc/grafana/grafana.ini
124
- # GF_SECURITY_ALLOW_EMBEDDING: 'true'
125
- # depends_on:
126
- # - prometheus
114
+ grafana :
115
+ image : grafana/grafana:latest
116
+ container_name : grafana
117
+ ports :
118
+ - 2999:3000
119
+ volumes :
120
+ # Share the named volume with the grafana container
121
+ - grafana-dir:/etc/grafana
122
+ environment :
123
+ GF_PATHS_CONFIG : /etc/grafana/grafana.ini
124
+ GF_SECURITY_ALLOW_EMBEDDING : ' true'
125
+ depends_on :
126
+ - prometheus
127
+
128
+ volumes :
129
+ grafana-dir : {}
You can’t perform that action at this time.
0 commit comments