Add redis template

This commit is contained in:
Anthony Lapenna
2016-09-15 09:37:50 +12:00
parent fdecdb9099
commit a5918f1c4d
2 changed files with 11 additions and 0 deletions

View File

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