Merge pull request #21 from cloud-inovasi/template-redis

Add redis template
This commit is contained in:
Anthony Lapenna
2016-09-15 09:38:18 +12:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,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`)
* Redis (based on `redis:latest`)
* WordPress (based on `wordpress:latest`) * WordPress (based on `wordpress:latest`)
* Drupal (based on `drupal:latest`) * Drupal (based on `drupal:latest`)
* Magento 2 (based on `alankent/gsd:latest`) * Magento 2 (based on `alankent/gsd:latest`)

View File

@@ -41,6 +41,16 @@
], ],
"volumes": ["/data/db"] "volumes": ["/data/db"]
}, },
{
"title": "Redis",
"description": "open source in-memory data structure store",
"logo": "http://download.redis.io/logocontest/82.png",
"image": "redis:latest",
"ports": [
"6379/tcp"
],
"volumes": ["/data"]
},
{ {
"title": "WordPress", "title": "WordPress",
"description": "A free and open-source CMS", "description": "A free and open-source CMS",