EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 0413d1cf authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing service list. improved architecture diagram

parent c343e4b9
Branches
Tags
No related merge requests found
...@@ -18,18 +18,19 @@ Components ...@@ -18,18 +18,19 @@ Components
The View Server consists of the following service components (with their The View Server consists of the following service components (with their
respective Docker image in parenthesis): respective Docker image in parenthesis):
.. - Ingestor (ingestor) TODO: re-add this
- Reverse Proxy (traefik) - Reverse Proxy (traefik)
- Preprocessor (preprocessor) - Preprocessor (preprocessor)
- Registrar (core) - Registrar (core)
- Renderer (core) - Renderer (core)
- Cache (cache) - Cache (cache)
- Seeder (cache) - Seeder (cache)
- Client (client) - Client (client)
- Database (postgis) - Database (postgis)
- Queue Manager (redis) - Queue Manager (redis)
- Reverse Proxy (traefik) - Reverse Proxy (traefik)
.. - Ingestor (ingestor) TODO: re-add this
These services are bundled and managed together in a Docker Swarm via These services are bundled and managed together in a Docker Swarm via
Docker Compose configuration files. Docker Compose configuration files.
......
...@@ -36,7 +36,7 @@ architecture. On a Debian based system this may look like this: ...@@ -36,7 +36,7 @@ architecture. On a Debian based system this may look like this:
sudo apt-get update sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io sudo apt-get install docker-ce docker-ce-cli containerd.io
## TODO: RHEL? .. ## TODO: RHEL?
Docker Swarm Docker Swarm
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment