Add the HAProxy template

This commit is contained in:
Anthony Lapenna
2016-09-15 09:54:40 +12:00
parent cf8db3e5b0
commit 0745defc9f
2 changed files with 15 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ It also describes how to host your own Apps.
* Docker registry (based on `registry:latest`) * Docker registry (based on `registry:latest`)
* Nginx (based on `nginx:latest`) * Nginx (based on `nginx:latest`)
* Httpd (based on `httpd:latest`) * Httpd (based on `httpd:latest`)
* HAProxy (based on `httpd:latest`)
* MySQL (based on `mysql:latest`) * MySQL (based on `mysql:latest`)
* Mongo (based on `mongo:latest`) * Mongo (based on `mongo:latest`)
* Redis (based on `redis:latest`) * Redis (based on `redis:latest`)

View File

@@ -8,6 +8,16 @@
"5000/tcp" "5000/tcp"
] ]
}, },
{
"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": "Httpd", "title": "Httpd",
"description": "Open-source HTTP server", "description": "Open-source HTTP server",
@@ -18,14 +28,10 @@
] ]
}, },
{ {
"title": "Nginx", "title": "HAProxy",
"description": "High performance web server", "description": "High Performance TCP/HTTP Load Balancer",
"logo": "http://www.gabrielmatteson.com/wp-content/uploads/2014/04/Nginx-Logo-02.png", "logo": "https://hub.docker.com/public/images/official/haproxy.png",
"image": "nginx:latest", "image": "haproxy:latest"
"ports": [
"80/tcp",
"443/tcp"
]
}, },
{ {
"title": "MySQL", "title": "MySQL",