From 110a678cdc4dd57939cae51129cbd4f9d316d698 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Mon, 26 Oct 2020 12:42:11 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cc49014..3da5f05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Conductor Setup -**Conductor Setup** is composed by a Docker image script that should be used to build the autodynomite image, and 3 different Docker Compose Swarm YAML files to deploy the Conductor in HA. +**Conductor Setup** is composed by a Docker image script that should be used to build the `autodynomite` image, and 3 different Docker Compose Swarm YAML files to deploy the Conductor in HA. ## Structure of the project @@ -14,12 +14,12 @@ The Docker Compose Swarm files are present in the `stack` folder. ## Documentation The provided Docker stack files provide the following configuration: - - 4 Dynomites nodes (2 shards with 1 replication each one, handled by Dynomite directly) backed by Redis DB in the same container - - 2 Conductor Server nodes with 2 replicas handled by Swarm - - 2 Conductor UI nodes with 2 replicas handled by Swarm - - 1 Elasticsearch node +- 4 Dynomites nodes (2 shards with 1 replication each one, handled by Dynomite directly) based on `autodynomite` image that is backed by Redis DB in the same container +- 2 Conductor Server nodes with 2 replicas handled by Swarm +- 2 Conductor UI nodes with 2 replicas handled by Swarm +- 1 Elasticsearch node -Build the Docker `autodinomite` image with the `Dockerfile` present in the dynomite folder and launch the three Docker Compose Swarm files is sequence: +Build the Docker `autodynomite` image with the `Dockerfile` present in the dynomite folder and launch the three Docker Compose Swarm files is sequence: - dynomite-swarm.yaml - elasticsearch-swarm.yaml - conductor-swarm.yaml