[add] track caddy

This commit is contained in:
Andy Bunce 2022-04-02 21:34:21 +01:00
parent ca4a4b3499
commit b4613e4e64
3 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
ports:
- 9000:9090
volumes:
- ./config:/etc/prometheus
- ./prometheus:/etc/prometheus
- prometheus-data:/prometheus
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml

View File

@ -12,4 +12,5 @@ scrape_configs:
- targets:
- 'prometheus:9090'
- 'idonotexists:564'
- 'caddy-saffron:2015'