Skip to content

Commit

Permalink
feat: Add the services provided by Kaabah (close #114) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Jan 8, 2020
1 parent e20e89d commit 940809d
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebarDepth: 3
| `AUTH_PASSWORD` | The authentication password to access the services. It can be encoded in **MD5**, **SHA1** and **BCrypt**: you can use [htpasswd](http://www.htaccesstools.com/htpasswd-generator/) to generate it. | - |
| `SECRET` | The secret key to generate JWT. It is mainly used by **Kano**, **Weacast** and **express-gateway** to validate authentication tokens. | - |
| `DB_URL` | The common database URL. | - |
| `DOCKER_NETWORK` | The docker network | `kaabah` |
| `DOCKER_NETWORK` | The docker network | `kargo` |
| `S3_ACCESS_KEY` | The key id to access AWS S3 buckets. | - |
| `S3_SECRET_ACCESS_KEY` | The secret key to access AWS S3 buckets | - |
| `HTTP_PROXY` | The address of the proxy server for **HTTP** connections. | - |
Expand All @@ -36,6 +36,13 @@ For each stack, there must be such an entry:
| `EXPRESS_GATEWAY_REPLICAS` | The number of replicas. | 1 |
| `EXPRESS_GATEWAY_KEY_SECRET` | A secret that can be used to identify JWT issuer.

### Grafana

| Variable | Description | Default value |
| --- | --- | --- |
| `GRAFANA_IMAGE` | The image to be used. | `grafana/grafana` |
| `GRAFANA_TAG` | The version to be used. | `6.1.6` |

### Hub'eau

| Variable | Description | Default value |
Expand Down Expand Up @@ -145,6 +152,21 @@ $kargo build mapserver
| `POSTGIS_PASSWORD` | The POSTGRES user's password. | `postgres` |
| `POSTGIS_DATA_PATH` | The path to the database. | `/mnt/data0/postgis_data` |

### Prometheus

| Variable | Description | Default value |
| --- | --- | --- |
| `PROMEHTEUS_IMAGE` | The image to be used. | `mdillon/postgis` |
| `PROMETHEUS_TAG` | The version to be used. | `9.6-alpine` |
| `PROMETHEUS_ALERTMANAGER_IMAGE` | The **Alertmanager** image to be used. | `postgres` |
| `PROMETHEUS_ALERTMANAGER_TAG` | The **Alertmanager** tag to be used. | `postgres` |
| `PROMETHEUS_NODE_EXPORTER_IMAGE` | The **node-exporter** image to be used. | `postgres` |
| `PROMETHEUS_NODE_EXPORTER_TAG` | The **node-exporter** tag to be used. | `postgres` |
| `PROMETHEUS_CADVISOR_IMAGE` | The **cAdvisor** image to be used. | `postgres` |
| `PROMETHEUS_CADVISOR_TAG` | The **cAdvisor** tag to be used. | `postgres` |
| `PROMETHEUS_PUSHGATEWAY_IMAGE` | The **Pushgateway** image to be used. | `postgres` |
| `PROMETHEUS_PUSHGATEWAY_TAG` | The **Pushgateway** tag to be used. | `postgres` |

### Redis

| Variable | Description | Default value |
Expand Down Expand Up @@ -183,6 +205,13 @@ $kargo build mapserver
| `THREDDS_XMX_SIZE` | JVM Max Heap Size (xmx). | `4G` |
| `THREDDS_XMS_SIZE` | JVM Min Heap Size (xms). | `4G` |

### Traefik

| Variable | Description | Default value |
| --- | --- | --- |
| `TRAEFIK_IMAGE` | The image to be used. | `traefik` |
| `TRAEFIK_TAG` | The version to be used. | `1.7-alpine` |

### TileServer GL

| Variable | Description | Default value |
Expand Down

0 comments on commit 940809d

Please sign in to comment.