ansible-nas/website/docs/applications/system-tools/watchtower.md
2022-09-20 23:00:57 +01:00

702 B

title
Watchtower

Homepage: https://github.com/v2tec/watchtower

A process for watching your Docker containers and automatically updating and restarting them whenever their base image is refreshed.

Usage

Set watchtower_enabled: true in your inventories/<your_inventory>/nas.yml file.

Specific Configuration

By default Watchtower is configured to check daily at 5am for updates.

Various notification options are available, and can be configured by updating watchtower_command in your inventories/<your_inventory>/nas.yml file. A few examples are provided. The full set of options can be found at the Watchtower GitHub project page.