Guest User

Untitled

a guest
Jul 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. version: '2'
  2. services:
  3. sandbox.web:
  4. build:
  5. context: .
  6. args:
  7. env: sandbox
  8. ports:
  9. - "8080:80"
  10. app.web:
  11. build:
  12. context: .
  13. args:
  14. env: prod
  15. ports:
  16. - "8081:80"
Add Comment
Please, Sign In to add comment