[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:
|
ports:
|
||||||
- 9000:9090
|
- 9000:9090
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/etc/prometheus
|
- ./prometheus:/etc/prometheus
|
||||||
- prometheus-data:/prometheus
|
- prometheus-data:/prometheus
|
||||||
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
|
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,5 @@ scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'prometheus:9090'
|
- 'prometheus:9090'
|
||||||
- 'idonotexists:564'
|
- 'idonotexists:564'
|
||||||
|
- 'caddy-saffron:2015'
|
||||||
|
|
Loading…
Add table
Reference in a new issue