Files
gittemp/templates.json
2016-08-24 11:42:46 +12:00

54 lines
1.3 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"
},
{
"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"
]
}
]