https://github.com/ct-open-source/telerec-t-watchtower
Watchtower container for Telerec't
https://github.com/ct-open-source/telerec-t-watchtower
Last synced: about 1 year ago
JSON representation
Watchtower container for Telerec't
- Host: GitHub
- URL: https://github.com/ct-open-source/telerec-t-watchtower
- Owner: ct-Open-Source
- Created: 2023-10-01T18:29:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T18:41:04.000Z (about 2 years ago)
- Last Synced: 2025-02-14T19:50:04.027Z (over 1 year ago)
- Language: Jinja
- Size: 2.93 KB
- Stars: 0
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telerect-t-watchtower
Watchtower container for Telerec't
* [github](https://github.com/containrrr/watchtower)
* [docs](https://containrrr.dev/watchtower/)
To enable watching a container add the label:
`com.centurylinklabs.watchtower.enable="true"`
To manually trigger a scan run, where `http_token` is whatever you set in `watchtower.http_token` (default=`abracadabra`)
```
curl -H "Authorization: Bearer {{ http_token }}" https://watchtower.example.com/v1/update
```
## Service config
* `version`: Which version of [containrrr/watchtower](https://hub.docker.com/r/containrrr/watchtower) to use (default = latest)
* `poll_interval`: Poll interval (in seconds). This value controls how frequently watchtower will poll for new images. See [docs](https://containrrr.dev/watchtower/arguments/#poll_interval)
* `http_token`: Api token for sending http requests to watchtower (see [docs](https://containrrr.dev/watchtower/http-api-mode/)). HTTP API mode is only activated if this token is non-empty.
* `telegram_bot_token`
* `telegram_channel_id`