From e133df055ad1a9afa914e6b51fec516880f2e3e6 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 17 May 2017 15:37:10 +0200 Subject: [PATCH] feat(template): add Caddy template --- templates.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates.json b/templates.json index 8d8e014..186a29b 100644 --- a/templates.json +++ b/templates.json @@ -30,6 +30,16 @@ ], "volumes": ["/usr/local/apache2/htdocs/"] }, + { + "title": "Caddy", + "description": "HTTP/2 web server with automatic HTTPS", + "logo": "https://cloudinovasi.id/assets/img/logos/caddy.png", + "image": "abiosoft/caddy:latest", + "ports": [ + "2015/tcp" + ], + "volumes": ["/root/.caddy"] + }, { "title": "MySQL", "description": "The most popular open-source database",