Skip to content

Add watchtower container to keep containers updated.

micah requested to merge add_watchtower into main

Watchtowner automates updating containers so that new versions of the snowflake container will get updated automatically by those who use docker-compose (by default, it checks every 24hrs).

On the community help page about snowflake it only details how to update the built-from-source version, but not the containers. This will make it so those who use the docker-compose method will automatically get those updates.

Merge request reports