Guest User

Untitled

a guest
Sep 2nd, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. weba:
  2. build: web/.
  3. expose:
  4. - 80
  5.  
  6. webb:
  7. build: web/.
  8. expose:
  9. - 80
  10.  
  11. test1:
  12. build: test/.
  13. expose:
  14. - 81
  15. test2:
  16. build: test/.
  17. expose:
  18. - 81
  19.  
  20. haproxy:
  21. build: haproxy/.
  22. links:
  23. - weba
  24. - webb
  25. - test1
  26. - test2
  27. ports:
  28. - "80:80"
  29. - "70:70"
  30.  
  31. expose:
  32. - "80"
  33. - "70"
  34. ~
Add Comment
Please, Sign In to add comment