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