Merge pull request #5 from cloud-inovasi/template-drupal
Add the drupal template
This commit is contained in:
@@ -9,6 +9,7 @@ It also describes how to host your own Apps.
|
|||||||
* Nginx (based on `nginx:latest`)
|
* Nginx (based on `nginx:latest`)
|
||||||
* MySQL (based on `mysql:latest`)
|
* MySQL (based on `mysql:latest`)
|
||||||
* WordPress (based on `wordpress:latest`)
|
* WordPress (based on `wordpress:latest`)
|
||||||
|
* Drupal (based on `drupal:latest`)
|
||||||
|
|
||||||
## Template definition format
|
## Template definition format
|
||||||
|
|
||||||
|
|||||||
@@ -40,5 +40,14 @@
|
|||||||
"ports": [
|
"ports": [
|
||||||
"80/tcp"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user