EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 734e5f59 authored by Stephan's avatar Stephan
Browse files

fix lists

parent 74193198
Branches
Tags
No related merge requests found
...@@ -18,18 +18,18 @@ Components ...@@ -18,18 +18,18 @@ 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)
- Preprocessor (preprocessor)
- Registrar (core)
- Renderer (core)
- Cache (cache)
- Seeder (cache)
- Client (client)
- Database (postgis)
- Queue Manager (redis)
- Log collector (fluentd)
- Reverse Proxy (traefik) .. - Ingestor (ingestor) TODO: re-add this
- Preprocessor (preprocessor)
- Registrar (core)
- Renderer (core)
- Cache (cache)
- Seeder (cache)
- Client (client)
- Database (postgis)
- Queue Manager (redis)
- Reverse Proxy (traefik)
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.
...@@ -46,26 +46,26 @@ are only identified via their name, whereas images from the EOX registry ...@@ -46,26 +46,26 @@ are only identified via their name, whereas images from the EOX registry
conventionally use the full URL, including the domain name. Below is a list of conventionally use the full URL, including the domain name. Below is a list of
the used images: the used images:
- mdillon/postgis:10 - mdillon/postgis:10
- redis - redis
- traefik:2.1 - traefik:2.1
- registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest - registry.gitlab.eox.at/esa/prism/vs/pvs_core:latest
- registry.gitlab.eox.at/esa/prism/vs/pvs_cache:latest - registry.gitlab.eox.at/esa/prism/vs/pvs_cache:latest
- registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor:latest - registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor:latest
- registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest - registry.gitlab.eox.at/esa/prism/vs/pvs_client:latest
Configuration Files Configuration Files
------------------- -------------------
The following configuration files impact the behavior of the View Server: The following configuration files impact the behavior of the View Server:
- `index.html`: This is the main file to configure the client. In this file, - `index.html`: This is the main file to configure the client. In this file,
the viewing layer, search and download endpoints are configured. Usually the viewing layer, search and download endpoints are configured. Usually
this is associated with additional backdrop and overlay layers. this is associated with additional backdrop and overlay layers.
- `preprocessor.yml`: This file configures the preprocessing steps. - `preprocessor.yml`: This file configures the preprocessing steps.
- `mapcache.xml`: This file defines the input sources of the cache and its - `mapcache.xml`: This file defines the input sources of the cache and its
published layers. published layers.
- `init-db.sh`: This file sets up the registrar and renderer side of the VS. - `init-db.sh`: This file sets up the registrar and renderer side of the VS.
Initialization and Setup Initialization and Setup
------------------------ ------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment