This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
4. automated updates
roobbb edited this page Jul 1, 2021
·
1 revision
docker run -d \
--name watchtower \
--restart=always \
-v /etc/timezone:/etc/timezone:ro \
-v /var/run/docker.sock:/var/run/docker.sock \
-e WATCHTOWER_NOTIFICATIONS=shoutrrr \
-e WATCHTOWER_NOTIFICATION_URL="telegram://123456789:aabbccddeef-abcdefghijklmnopqrstuvw@telegram?channels=987654321" \
containrrr/watchtower:armhf-latest \
--schedule "0 0 0 * * SUN" \
--cleanup
- starts watchtower and let it check every Sunday if a new version of latest is available
- if so, it downloads latest, removes the old one and starts the new one
- finally it informs via telegram what has been done
- Home
-
Run-Examples
2.1. start with standard config
2.2. start owserver only with default values
2.3. overwriting defaults
2.4. running a custom config
2.5. run standard config and network-alias -
SmartHome access
3.1. examples for FHEM
3.2. examples for OpenHAB
3.3. example for Home Assistant
3.4. example for ioBroker
3.5. example for HomeBridge
3.6. example for NodeRed - automated updates
- testing and playing around
- Troubleshooting