Created
September 17, 2015 12:38
-
-
Save molinto/b64ff441f29469fe863f to your computer and use it in GitHub Desktop.
Microservices nodejs
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
## from example: https://github.com/ibmjstart/Microservices/tree/split ## | |
productapi: | |
build: ./services/productAPI | |
ports: | |
- "49760:8080" | |
cartapi: | |
build: ./services/cartAPI | |
ports: | |
- "49761:8080" | |
reviewapi: | |
build: ./services/reviewsAPI | |
ports: | |
- "49762:8080" | |
storeclient: | |
build: . | |
ports: | |
- "49763:8080" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working!!