Compare commits

..

No commits in common. "5353f5de1d2eb62debafa2a4e66e13e59ea0674d" and "757c460be54a5b32af7017471c51c56fda7ee31e" have entirely different histories.

3 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
data/*

View file

@ -1,5 +0,0 @@
# cyber-gov backend?
Simple Prometheus setup for monitoring websites, with blackbox-exporter and Grafana.
Testing data source for target discovery is located in branch `pages` and is served on `https://mdivecky.nolog.page/mon-test/targets.json`

View file

@ -7,13 +7,13 @@ services:
volumes:
- ./config/blackbox:/etc/blackbox
ports:
- 127.0.0.1:9115:9115 # Debug only
- 127.0.0.1:9115:9115
prometheus:
image: prom/prometheus:latest
user: 1000:1000
ports:
- 127.0.0.1:9094:9090 # Debug only
- 127.0.0.1:9094:9090
volumes:
- ./config/prometheus:/etc/prometheus
- ./data/prometheus:/prometheus