From 2774fc3f7f032b571b78c16c24e3d2ebf2ae50d7 Mon Sep 17 00:00:00 2001 From: Christophe Nouguier Date: Mon, 6 Jan 2020 19:41:47 +0100 Subject: [PATCH] feat: Provide a ready to deploy image of the gateway (close #119) --- .env.default | 2 +- docs/reference/environment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.default b/.env.default index f4d080ed3..5dd99452a 100644 --- a/.env.default +++ b/.env.default @@ -4,7 +4,7 @@ DOCKER_HOST_IP=${DOCKER_HOST:6:$((`expr length $DOCKER_HOST`-11))} DOCKER_HOST_PORT=${DOCKER_HOST: -4} # Express-Gateway -EXPRESS_GATEWAY_IMAGE=localhost:5000/express-gateway +EXPRESS_GATEWAY_IMAGE=kalisio/express-gateway EXPRESS_GATEWAY_TAG=1.16.9 EXPRESS_GATEWAY_REPLICAS=1 diff --git a/docs/reference/environment.md b/docs/reference/environment.md index e5bbfc5c4..a7d73bfa5 100644 --- a/docs/reference/environment.md +++ b/docs/reference/environment.md @@ -31,7 +31,7 @@ For each stack, there must be such an entry: | Variable | Description | Default value | | --- | --- | --- | -| `EXPRESS_GATEWAY_IMAGE` | The image to be used. | `localhost:5000/express-gateway` | +| `EXPRESS_GATEWAY_IMAGE` | The image to be used. | `kalisio/express-gateway` | | `EXPRESS_GATEWAY_TAG` | The version to be used. | `1.16.9` | | `EXPRESS_GATEWAY_REPLICAS` | The number of replicas. | 1 | | `EXPRESS_GATEWAY_KEY_SECRET` | A secret that can be used to identify JWT issuer.