[add] track caddy
This commit is contained in:
parent
ca4a4b3499
commit
b4613e4e64
3 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -12,4 +12,5 @@ scrape_configs:
|
|||
- targets:
|
||||
- 'prometheus:9090'
|
||||
- 'idonotexists:564'
|
||||
- 'caddy-saffron:2015'
|
||||
|
Loading…
Add table
Reference in a new issue