Files
gittemp/templates.json
Anthony Lapenna 984987d419 Fix JSON issue
2016-09-15 09:18:19 +12:00

99 lines
2.4 KiB
JSON

[
{
"title": "Nginx",
"description": "High performance web server",
"logo": "http://www.gabrielmatteson.com/wp-content/uploads/2014/04/Nginx-Logo-02.png",
"image": "nginx:latest",
"ports": [
"80/tcp",
"443/tcp"
]
},
{
"title": "MySQL",
"description": "The most popular open-source database",
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png",
"image": "mysql:latest",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"volumes": ["/var/lib/mysql"]
},
{
"title": "WordPress",
"description": "A free and open-source CMS",
"logo": "https://s.w.org/about/images/logos/wordpress-logo-simplified-rgb.png",
"image": "wordpress:latest",
"env": [
{
"name": "WORDPRESS_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "WORDPRESS_DB_PASSWORD",
"label": "Database password"
}
],
"ports": [
"80/tcp"
]
},
{
"title": "Drupal",
"description": "Open-source content management framework",
"logo": "https://www.drupal.org/files/druplicon-small.png",
"image": "drupal:latest",
"ports": [
"80/tcp"
]
},
{
"title": "Magento 2",
"description": "Open-source e-commerce platform",
"logo": "http://www.taxrates.com/wp-content/uploads/2015/11/magento-logo.png",
"image": "alankent/gsd:latest",
"ports": [
"80/tcp",
"3000/tcp",
"3001/tcp"
]
},
{
"title": "Wowza",
"description": "Streaming media server",
"logo": "https://www.wowza.com/uploads/images/wse-logo-bug-168x168.png",
"image": "sameersbn/wowza:4.1.2-8",
"env": [
{
"name": "WOWZA_ACCEPT_LICENSE",
"label": "Agree to Wowza EULA",
"set": "yes"
},
{
"name": "WOWZA_KEY",
"label": "License key"
}
],
"ports": [
"1935/tcp",
"8086/tcp",
"8087/tcp",
"8088/tcp"
],
"volumes": ["/var/lib/wowza"]
},
{
"title": "Registry",
"description": "Docker image registry",
"logo": "https://camo.githubusercontent.com/1e11d429705bf6695b79d24966cb1267c00b7df6/68747470733a2f2f7777772e646f636b65722e636f6d2f73697465732f64656661756c742f66696c65732f6f79737465722d72656769737472792d332e706e67",
"image": "registry:latest",
"ports": [
"5000/tcp"
]
}
]