Add the mongo template

This commit is contained in:
Anthony Lapenna
2016-09-15 09:27:15 +12:00
parent 984987d419
commit 3765a0dfe2

View File

@@ -22,6 +22,16 @@
], ],
"volumes": ["/var/lib/mysql"] "volumes": ["/var/lib/mysql"]
}, },
{
"title": "Mongo",
"description": "Open-source document-oriented database",
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/4/45/MongoDB-Logo.svg/527px-MongoDB-Logo.svg.png",
"image": "mongo:latest",
"ports": [
"27017/tcp"
],
"volumes": ["/data/db"]
},
{ {
"title": "WordPress", "title": "WordPress",
"description": "A free and open-source CMS", "description": "A free and open-source CMS",