Merge pull request #24 from cloud-inovasi/template-haproxy
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`)
|
||||
* Nginx (based on `nginx:latest`)
|
||||
* Httpd (based on `httpd:latest`)
|
||||
* HAProxy (based on `httpd:latest`)
|
||||
* MySQL (based on `mysql:latest`)
|
||||
* Mongo (based on `mongo:latest`)
|
||||
* Redis (based on `redis:latest`)
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
"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",
|
||||
"description": "Open-source HTTP server",
|
||||
@@ -18,14 +28,10 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": "HAProxy",
|
||||
"description": "High Performance TCP/HTTP Load Balancer",
|
||||
"logo": "https://hub.docker.com/public/images/official/haproxy.png",
|
||||
"image": "haproxy:latest"
|
||||
},
|
||||
{
|
||||
"title": "MySQL",
|
||||
|
||||
Reference in New Issue
Block a user