homepage/docs/widgets/services/watchtower.md

16 lines
372 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Watchtower
description: Watchtower Widget Configuration
---
To use this widget, Watchtower needs to be configured to to [enable metrics](https://containrrr.dev/watchtower/metrics/).
Allowed fields: `["containers_scanned", "containers_updated", "containers_failed"]`.
```yaml
widget:
type: watchtower
url: http://your-ip-address:8080
key: demotoken
2023-09-29 21:01:11 +03:00
```