Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. web:
  2. build: .
  3. ports:
  4. - 3000:3000
  5. links:
  6. - db
  7. volumes:
  8. - .:/app
  9. volumes_from:
  10. - gems
  11.  
  12. db:
  13. image: postgres
  14.  
  15. gems:
  16. image: busybox
  17. volumes:
  18. - /ruby_gems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement