File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ services:
134134 image : gravitl/netmaker-prometheus:latest
135135 environment :
136136 NETMAKER_METRICS_TARGET : " netmaker-exporter.NETMAKER_BASE_DOMAIN"
137+ LICENSE_KEY : " YOUR_LICENSE_KEY"
137138 labels :
138139 - traefik.enable=true
139140 - traefik.http.routers.prometheus.entrypoints=websecure
@@ -159,6 +160,9 @@ services:
159160 environment :
160161 PROMETHEUS_HOST : " prometheus.NETMAKER_BASE_DOMAIN"
161162 NETMAKER_METRICS_TARGET : " netmaker-exporter.NETMAKER_BASE_DOMAIN"
163+ LICENSE_KEY : " YOUR_LICENSE_KEY"
164+ volumes :
165+ - grafana_data:/var/lib/grafana
162166 ports :
163167 - 3000:3000
164168 restart : always
@@ -197,3 +201,4 @@ volumes:
197201 mosquitto_data : {}
198202 mosquitto_logs : {}
199203 prometheus_data : {}
204+ grafana_data : {}
You can’t perform that action at this time.
0 commit comments