0.0.68 • Published 3 years ago

@scendant/gateway v0.0.68

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Gateway framework

API gateway and services

Relevant links

https://www.npmjs.com/package/@scendant/gateway https://hub.docker.com/repository/docker/scendant/gateway

Building the container

docker container prune
docker image prune
docker build .

Running the container locally

docker run -d -p 80:80 scendant/gateway -v -k 123 -c

Debugging the container

docker run -it --mount type=bind,source="$(pwd)",target=/usr/local/lib/node_modules/@scendant/gateway --entrypoint /bin/bash scendant/gateway

Get the container from Docker Hub

docker pull scendant/gateway:latest

To get the available options

gateway -h

To build the AWS EC2 image

Launch a new instance with the UserData set to ec2_install.sh and the key pair set to 'Proceed without a key pair'

To update

On EC2:
sudo gateway -u

On Docker:
docker run -d -p 80:80 scendant/gateway -u

0.0.68

3 years ago

0.0.63

3 years ago

0.0.64

3 years ago

0.0.65

3 years ago

0.0.66

3 years ago

0.0.67

3 years ago

0.0.57

3 years ago

0.0.58

3 years ago

0.0.60

3 years ago

0.0.61

3 years ago

0.0.59

3 years ago

0.0.55

3 years ago

0.0.56

3 years ago

0.0.54

3 years ago

0.0.53

3 years ago

0.0.52

3 years ago

0.0.51

3 years ago

0.0.50

3 years ago

0.0.49

3 years ago