From c0b5606ae21db0bba663cb91080d0f3ad592a0fe Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 24 Aug 2016 11:42:46 +1200 Subject: [PATCH] Add the drupal template --- README.md | 1 + templates.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 2a15515..c4a118c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ It also describes how to host your own Apps. * Nginx (based on `nginx:latest`) * MySQL (based on `mysql:latest`) * WordPress (based on `wordpress:latest`) +* Drupal (based on `drupal:latest`) ## Template definition format diff --git a/templates.json b/templates.json index f5d3ba3..35b74c0 100644 --- a/templates.json +++ b/templates.json @@ -40,5 +40,14 @@ "ports": [ "80/tcp" ] + }, + { + "title": "Drupal", + "description": "Open-source content management framework", + "logo": "https://www.drupal.org/files/druplicon-small.png", + "image": "drupal:latest", + "ports": [ + "80/tcp" + ] } ]