1
0
Fork 0

Issue #33 - handle networks

This commit is contained in:
Joao Gilberto 2022-11-10 17:43:59 -03:00
parent 9535413a10
commit 607470a122
3 changed files with 34 additions and 6 deletions

View file

@ -5,6 +5,7 @@
This method will use a docker standalone installation to discover the containers and configure the HAProxy.
The only requirement is that containers and EasyHAProxy must be in the same docker network.
If not, EasyHAProxy will connect the container with the EasyHAProxy network.
e.g.:

View file

@ -3,9 +3,10 @@
## Setup Docker EasyHAProxy
This method will use a docker swarm installation to discover the containers and configure the HAProxy.
The advantage of this method is that you can discover containers in other nodes from the cluster.
The advantage of this method is that you can discover containers in other nodes from the cluster.
The only requirement is that containers and EasyHAProxy must be in the same docker swarm network.
If not, EasyHAProxy will connect the service with the EasyHAProxy service network.
e.g.: