Merge pull request #12 from cloud-inovasi/template-mongo

Add the mongo template
This commit is contained in:
Anthony Lapenna
2016-09-15 09:27:46 +12:00
committed by GitHub

View File

@@ -22,6 +22,16 @@
],
"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",
"description": "A free and open-source CMS",