Guest User

Untitled

a guest
May 20th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. mobileshoppingapigw:
  2. image: eshop/ocelotapigw:${TAG:-latest}
  3. build:
  4. context: .
  5. dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
  6.  
  7. mobilemarketingapigw:
  8. image: eshop/ocelotapigw:${TAG:-latest}
  9. build:
  10. context: .
  11. dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
  12.  
  13. webshoppingapigw:
  14. image: eshop/ocelotapigw:${TAG:-latest}
  15. build:
  16. context: .
  17. dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
  18.  
  19. webmarketingapigw:
  20. image: eshop/ocelotapigw:${TAG:-latest}
  21. build:
  22. context: .
  23. dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
Add Comment
Please, Sign In to add comment