Created
September 16, 2018 15:09
-
-
Save allanchua101/719fbb09675735a240b0d6e47d193b8e to your computer and use it in GitHub Desktop.
Scripts for invoking API Gateway and Downstream Services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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