watchtower
watchtower copied to clipboard
HTTP api to support both monitoring and updating with the same configuration
Is your feature request related to a problem? Please describe.
Currently there is api method "update", which triggers configured action to update or monitor containers. It would nice to have separate method for running only monitoring and separate method to do the update.
Describe the solution you'd like
Separate "monitor" api call which triggers only monitoring. Or add parameters to current update method to support trigger monitoring and update separately.
Describe alternatives you've considered
Deploying multiple watchtowers and configuring one to do only monitoring and the second to run the update.
Additional context
No response
Looking for this too