added watchtower

This commit is contained in:
SelfhostedPro 2020-06-04 10:28:57 -07:00
parent 8b0ea8e732
commit 3c4656bc20
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,
"title": "Transmission-OpenVPN",