Skip to content

Commit

Permalink
feat: Provide a ready to deploy image of the gateway (close #119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Jan 6, 2020
1 parent 567ddf5 commit 2774fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2774fc3

Please sign in to comment.