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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A python-based successor to [watchtower](https://github.com/v2tec/watchtower)
18
18
Ouroboros will monitor (all or specified) running docker containers and update them to the (latest or tagged) available image in the remote registry. The updated container uses the same tag and parameters that were used when the container was first created such as volume/bind mounts, docker network connections, environment variables, restart policies, entrypoints, commands, etc.
19
19
20
20
- Push your image to your registry and simply wait your defined interval for ouroboros to find the new image and redeploy your container autonomously.
21
-
- Notify you via email or platform customized webhooks. (Currently: Discord/Slack/Pushover/HealthChecks/Generic)
21
+
- Notify you via many platforms courtesy of [Apprise](https://github.com/caronc/apprise)
22
22
- Serve metrics for trend monitoring (Currently: Prometheus/Influxdb)
23
23
- Limit your server ssh access
24
24
-`ssh -i key server.domainname "docker pull ... && docker run ..."` is for scrubs
@@ -55,7 +55,7 @@ pip install ouroboros-cli
55
55
And can then be invoked using the `ouroboros` command:
56
56
57
57
```bash
58
-
$ ouroboros --interval 300 --loglevel debug
58
+
$ ouroboros --interval 300 --log-level debug
59
59
```
60
60
61
61
> This can be useful if you would like to create a `systemd` service or similar daemon that doesn't run in a container
0 commit comments