Merge pull request #26 from SelfhostedPro/Watchtower

added watchtower
This commit is contained in:
SelfhostedPro 2020-06-04 10:30:29 -07:00 committed by GitHub
commit d05b016246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 2 deletions

BIN
Images/watchtower.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -287,6 +287,28 @@
} }
] ]
}, },
{
"type": 1,
"title": "Watchtower",
"name": "Watchtower",
"description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png",
"image": "containrrr/watchtower:latest",
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"categories": [
"Other",
"Tools",
"Maintenance"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
]
},
{ {
"type": 1, "type": 1,
"title": "Transmission-OpenVPN", "title": "Transmission-OpenVPN",