File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ services:
2020 - " {{.RocketPoolDirectory}}/grafana-prometheus-datasource.yml:/etc/grafana/provisioning/datasources/prometheus.yml"
2121 - " grafana-storage:/var/lib/grafana"
2222 networks:
23- - net
23+ - monitor- net
2424networks:
25- net:
25+ monitor- net:
2626volumes:
2727 grafana-storage:
Original file line number Diff line number Diff line change @@ -28,16 +28,7 @@ services:
2828 extra_hosts:
2929 - " host.docker.internal:host-gateway"
3030networks:
31- # Bridge so node-exporter can get the real NIC details
32- # See https://stackoverflow.com /a/66689508 for more info
3331 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
4132 net:
4233volumes:
4334 prometheus-data:
You can’t perform that action at this time.
0 commit comments