Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. version: '3'
  2. services:
  3. api:
  4. hostname: api
  5. build:
  6. context: ..
  7. dockerfile: dissertation/api/Dockerfile
  8. image: api
  9. ports:
  10. - 8888:8888
  11. depends_on:
  12. - messaging
  13. - database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement