This commit is contained in:
2023-09-26 18:14:36 -06:00
commit fb5a0fc542
443 changed files with 21892 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"type": "docker",
"name": "Watchtower - Docker",
"interval": 60,
"retryInterval": 20,
"maxretries": 1,
"notificationIDList": [
3,
4
],
"url": "https://watchtower.alexlebens.net",
"accepted_statuscodes": [
"200-299"
],
"docker_container": "watchtower",
"docker_host": 1
}

View File

@@ -0,0 +1,16 @@
{
"type": "http",
"name": "Watchtower - Web",
"interval": 60,
"retryInterval": 20,
"maxretries": 1,
"notificationIDList": [
3,
4
],
"url": "http://watchtower:8080/v1/metrics",
"accepted_statuscodes": [
"200-299"
],
"headers": "{'Authorization': 'Bearer token'}"
}