feat(templates): add missing volume declarations (#54)

This commit is contained in:
Anthony Lapenna
2017-03-19 16:34:04 +01:00
committed by GitHub
parent e1a35f5128
commit 0c4ac70f70

View File

@@ -6,7 +6,8 @@
"image": "registry:latest",
"ports": [
"5000/tcp"
]
],
"volumes": ["/var/lib/registry"]
},
{
"title": "Nginx",
@@ -16,7 +17,8 @@
"ports": [
"80/tcp",
"443/tcp"
]
],
"volumes": ["/etc/nginx", "/var/www/html"]
},
{
"title": "Httpd",
@@ -25,7 +27,8 @@
"image": "httpd:latest",
"ports": [
"80/tcp"
]
],
"volumes": ["/usr/local/apache2/htdocs/"]
},
{
"title": "MySQL",
@@ -136,7 +139,8 @@
"image": "solr:latest",
"ports": [
"8983/tcp"
]
],
"volumes": ["/opt/solr/mydata"]
},
{
"title": "Redis",
@@ -177,7 +181,8 @@
],
"ports": [
"80/tcp"
]
],
"volumes": ["/var/www/html"]
},
{
"title": "Joomla",
@@ -197,7 +202,8 @@
],
"ports": [
"80/tcp"
]
],
"volumes": ["/var/www/html"]
},
{
"title": "Drupal",
@@ -206,7 +212,8 @@
"image": "drupal:latest",
"ports": [
"80/tcp"
]
],
"volumes": ["/var/www/html"]
},
{
"title": "Plone",
@@ -215,7 +222,8 @@
"image": "plone:latest",
"ports": [
"8080/tcp"
]
],
"volumes": ["/data"]
},
{
"title": "Magento 2",
@@ -226,7 +234,8 @@
"80/tcp",
"3000/tcp",
"3001/tcp"
]
],
"volumes": ["/var/www/html/"]
},
{
"title": "Wowza",