We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb6a80 commit e446d95Copy full SHA for e446d95
2 files changed
install/templates/grafana.tmpl
@@ -20,8 +20,8 @@ services:
20
- "{{.RocketPoolDirectory}}/grafana-prometheus-datasource.yml:/etc/grafana/provisioning/datasources/prometheus.yml"
21
- "grafana-storage:/var/lib/grafana"
22
networks:
23
- - net
+ - monitor-net
24
25
- net:
+ monitor-net:
26
volumes:
27
grafana-storage:
install/templates/prometheus.tmpl
@@ -28,16 +28,7 @@ services:
28
extra_hosts:
29
- "host.docker.internal:host-gateway"
30
31
- # Bridge so node-exporter can get the real NIC details
32
- # See https://stackoverflow.com/a/66689508 for more info
33
monitor-net:
34
- driver: bridge
35
- ipam:
36
- driver: default
37
- config:
38
- - subnet: 172.23.0.0/16
39
- ip_range: 172.23.5.0/24
40
- gateway: 172.23.5.254
41
net:
42
43
prometheus-data:
0 commit comments