Skip to content

Commit

Permalink
Merge pull request #136 from yorickdowne/patch-1
Browse files Browse the repository at this point in the history
Remove monitor-net from prometheus.tmpl
  • Loading branch information
0xfornax authored Sep 24, 2024
2 parents 9cc8a18 + 3bc88d5 commit 30685ac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions install/templates/prometheus.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,9 @@ services:
- "prometheus-data:/prometheus"
networks:
- net
- monitor-net
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
# Bridge so node-exporter can get the real NIC details
# See https://stackoverflow.com/a/66689508 for more info
monitor-net:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.23.0.0/16
ip_range: 172.23.5.0/24
gateway: 172.23.5.254
net:
volumes:
prometheus-data:

0 comments on commit 30685ac

Please sign in to comment.