diff --git a/README.md b/README.md index 30c03ac..255433b 100644 --- a/README.md +++ b/README.md @@ -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`) diff --git a/templates.json b/templates.json index afdf784..4327e2a 100644 --- a/templates.json +++ b/templates.json @@ -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",