1
0
Fork 0

Update README.md

This commit is contained in:
Joao M 2022-08-17 14:34:06 +00:00
parent 15e87db9c0
commit 48e5ea340f

View file

@ -13,10 +13,17 @@ a simple Yaml.
## Features ## Features
- Enable or disable Stats on port 1936 with custom password EasyHAProxy will discover the services based on the Docker Tags of the running containers in a Docker host or Docker Swarm cluster and setup the `haproxy.cfg` dynamically. The configurations can be set are:
- Discover and setup haproxy from Docker Tag - Use Letsencrypt with HAProxy.
- Discover and setup haproxy redirect from Docker Tag - Balance traffic between multiple replicas
- Setup HAProxy CFG from a Yaml file. - Set SSL according the most recent definitions to improve security and with
- Include your own SSL certificate.
- Setup HAProxy to listen TCP.
- Add redirects.
- Enable/disable Stats on port 1936 with custom password.
- Enable/disable custom errors.
Also it is possible setup HAProxy from a simple Yaml file instead of setup `haproxy.cfg` dynamically.
## Basic Usage ## Basic Usage
@ -180,9 +187,11 @@ easymapping:
containers: containers:
- container:5000 - container:5000
letsencrypt: true letsencrypt: true
redirect-ssl: true
host2.com.br: host2.com.br:
containers: containers:
- other:3000 - other:3000
ssl: false
redirect: redirect:
www.host1.com.br: http://host1.com.br www.host1.com.br: http://host1.com.br
@ -192,6 +201,7 @@ easymapping:
host1.com.br: host1.com.br:
containers: containers:
- container:80 - container:80
redirect-ssl: false
- port: 8080 - port: 8080
hosts: hosts: