From 0413d1cfd0bead8808c9366ff1082fec24ddb318 Mon Sep 17 00:00:00 2001
From: Fabian Schindler <fabian.schindler.strauss@gmail.com>
Date: Mon, 29 Jun 2020 17:49:48 +0200
Subject: [PATCH] Fixing service list. improved architecture diagram

---
 documentation/operator-guide/intro.rst | 23 ++++++++++++-----------
 documentation/operator-guide/setup.rst |  2 +-
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/documentation/operator-guide/intro.rst b/documentation/operator-guide/intro.rst
index 3c4624bf..0c0b2c93 100644
--- a/documentation/operator-guide/intro.rst
+++ b/documentation/operator-guide/intro.rst
@@ -18,18 +18,19 @@ Components
 The View Server consists of the following service components (with their
 respective Docker image in parenthesis):
 
-.. - Ingestor (ingestor) TODO: re-add this
 
- - Reverse Proxy (traefik)
- - Preprocessor (preprocessor)
- - Registrar (core)
- - Renderer (core)
- - Cache (cache)
- - Seeder (cache)
- - Client (client)
- - Database (postgis)
- - Queue Manager (redis)
- - Reverse Proxy (traefik)
+- Reverse Proxy (traefik)
+- Preprocessor (preprocessor)
+- Registrar (core)
+- Renderer (core)
+- Cache (cache)
+- Seeder (cache)
+- Client (client)
+- Database (postgis)
+- Queue Manager (redis)
+- Reverse Proxy (traefik)
+
+.. - Ingestor (ingestor) TODO: re-add this
 
 These services are bundled and managed together in a Docker Swarm via
 Docker Compose configuration files.
diff --git a/documentation/operator-guide/setup.rst b/documentation/operator-guide/setup.rst
index dd18691e..ea94042f 100644
--- a/documentation/operator-guide/setup.rst
+++ b/documentation/operator-guide/setup.rst
@@ -36,7 +36,7 @@ architecture. On a Debian based system this may look like this:
     sudo apt-get update
     sudo apt-get install docker-ce docker-ce-cli containerd.io
 
-## TODO: RHEL?
+.. ## TODO: RHEL?
 
 Docker Swarm
 ------------
-- 
GitLab