Skip to content

Commit

Permalink
feat: Provide a gui to MongoDB (close #157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed May 6, 2020
1 parent 5065dbc commit 0d319be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| `MONGODB_TAG` | The version to be used. | `3.6.5` |
| `MONGODB_DATABASE` | The database name. | `kargo` |

### Mongo Express

| Variable | Description | Default value |
| --- | --- | --- |
| `MONGO_EXPRESS_IMAGE` | The image to be used. | `mongo-express` |
| `MONGO_EXPRESS_TAG` | The version to be used. | `0.54` |
| `MONGO_EXPRESS_MONGODB_SERVER` | The **MongoDB** server name. | `mongodb` |
| `MONGO_EXPRESS_MONGODB_PORT` | The **MongoDB** port. | `27017` |

### OpenAQ

| Variable | Description | Default value |
Expand Down

0 comments on commit 0d319be

Please sign in to comment.