You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Watchtower to automatically update non-critical applications.
Critical applications I want to monitor only.
I have added the label monitor-only=true to the docker compose of the critical applications.
If I do not set WATCHTOWER_NOTIFICATIONS_LEVEL in Watchtower, I receive all notifications for the update process of non-critical applications. I don't want that.
If I set WATCHTOWER_NOTIFICATIONS_LEVEL to "warn", I will not receive any notifications for monitor-only applications.
Is there a way to receive notifications for applications that are only monitored but not receive notifications for automatic updates?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I want to use Watchtower to automatically update non-critical applications.
Critical applications I want to monitor only.
I have added the label monitor-only=true to the docker compose of the critical applications.
If I do not set WATCHTOWER_NOTIFICATIONS_LEVEL in Watchtower, I receive all notifications for the update process of non-critical applications. I don't want that.
If I set WATCHTOWER_NOTIFICATIONS_LEVEL to "warn", I will not receive any notifications for monitor-only applications.
Is there a way to receive notifications for applications that are only monitored but not receive notifications for automatic updates?
Beta Was this translation helpful? Give feedback.
All reactions