mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
10 lines
193 B
YAML
10 lines
193 B
YAML
![]() |
scrape_configs:
|
||
|
- job_name: watchtower
|
||
|
scrape_interval: 5s
|
||
|
metrics_path: /v1/metrics
|
||
|
bearer_token: demotoken
|
||
|
static_configs:
|
||
|
- targets:
|
||
|
- 'watchtower:8080'
|
||
|
|