Skip to content

Instantly share code, notes, and snippets.

@allanchua101
Created September 16, 2018 15:09
Show Gist options
  • Save allanchua101/719fbb09675735a240b0d6e47d193b8e to your computer and use it in GitHub Desktop.
Save allanchua101/719fbb09675735a240b0d6e47d193b8e to your computer and use it in GitHub Desktop.
Scripts for invoking API Gateway and Downstream Services
docker run -d -p 52792:80 --name demo-auth-api demo/authentication-api
docker run -d -p 52791:80 --name demo-catalog-api demo/catalog-api
docker run -d -p 52790:80 --name demo-ledger-api demo/ledger-api
docker run -d -p 52793:80 --name demo-api-gateway demo/gateway-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment