Add the HAProxy template
This commit is contained in:
@@ -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`)
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user