Skip to content

Commit e6604a0

Browse files
authored
Merge pull request #1638 from gravitl/feature_secure_exporter
secure exporter, prometheus and grafana
2 parents c254e0a + d502d5f commit e6604a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compose/docker-compose.ee.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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: {}

0 commit comments

Comments
 (0)