homepage/docs/widgets/services/watchtower.md
2024-01-19 19:11:33 -05:00

18 lines
492 B
Markdown

---
title: Watchtower
description: Watchtower Widget Configuration
---
[Watchtower](https://github.com/containrrr/watchtower) - A process for automating Docker container base image updates.
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
```