diff --git a/documentation/operator-guide/intro.rst b/documentation/operator-guide/intro.rst index 2917850e72de3c574ca9d682ef36b1f963d26ef2..87e832d99439bc695b6fe406048770ce58b866fc 100644 --- a/documentation/operator-guide/intro.rst +++ b/documentation/operator-guide/intro.rst @@ -19,18 +19,17 @@ The View Server consists of the following service components (with their respective Docker image in parenthesis): - Reverse proxy (traefik) -- Preprocessor (preprocessor) -- Registrar (core) -- Renderer (core) +- Web Client (client) - Cache (cache) +- Renderer (core) +- Registrar (core) - Seeder (cache) -- Client (client) +- Preprocessor (preprocessor) +- Ingestor (ingestor) - Database (postgis) - Queue Manager (redis) - Log collector (fluentd) -.. - Ingestor (ingestor) TODO: re-add this - These services are bundled and managed together in a Docker Swarm via Docker Compose configuration files.