Skip to content

Commit 85cb290

Browse files
authored
Update README.md
1 parent 5cdfcb3 commit 85cb290

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ This is a very basic setup (with example configs) for setting up a "self-healing
1010
**NFS:** Stores Docker volumes on NFS so they're accessible on any node
1111

1212
## Docker Swarm:
13-
ToDo
13+
We'll be using Docker Swarm for the container-orchestration system in these examples. The minimum number of swarm members needed for any type of fault tolerance is three, and this is assuming they're all manager nodes. With three manager nodes, one node can fall out of the cluster and it's services can move to another node.
1414

15-
An external docker overlay network needs to be created for the web servers and proxy to attach to.
15+
I have purposefully tried to keep as much of the configuration contained within compose files. The exception to this is an overlay network that all web servers along with the Traefik proxy attach to. I have called this network `web-servers`, and this is referenced in the example compose files as an external network.
16+
17+
We create that network here.
1618
`docker network create --driver overlay web-servers`
1719

1820

0 commit comments

Comments
 (0)