fix(prometheus): enable scraping docker containers

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-05-17 09:50:29 +00:00
parent 0664caf1bb
commit 3945bbb2fd
2 changed files with 2 additions and 1 deletions
@@ -10,5 +10,6 @@ services:
ports:
- 4081:9090
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./docker-compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ~/docker-volumes/prometheus/data:/prometheus
+1 -1
View File
@@ -15,4 +15,4 @@ scrape_configs:
- job_name: cloudflared
static_configs:
- targets:
- bohr:4090
- cloudflared:4090