Merge pull request #5 from cloud-inovasi/template-drupal

Add the drupal template
This commit is contained in:
Anthony Lapenna
2016-08-24 11:43:12 +12:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -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"
]
}
]