Merge pull request #21 from cloud-inovasi/template-redis
Add redis template
This commit is contained in:
@@ -8,6 +8,7 @@ It also describes how to host your own Apps.
|
||||
|
||||
* Nginx (based on `nginx:latest`)
|
||||
* MySQL (based on `mysql:latest`)
|
||||
* Redis (based on `redis:latest`)
|
||||
* WordPress (based on `wordpress:latest`)
|
||||
* Drupal (based on `drupal:latest`)
|
||||
* Magento 2 (based on `alankent/gsd:latest`)
|
||||
|
||||
@@ -41,6 +41,16 @@
|
||||
],
|
||||
"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",
|
||||
"description": "A free and open-source CMS",
|
||||
|
||||
Reference in New Issue
Block a user