Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. services:
  2. db:
  3. image: eclipse/mysql
  4. environment:
  5. MYSQL_ROOT_PASSWORD: password
  6. MYSQL_DATABASE: petclinic
  7. MYSQL_USER: petclinic
  8. MYSQL_PASSWORD: password
  9. mem_limit: 1073741824
  10. volumes_from:
  11. - dev-machine
  12. dev-machine:
  13. image: eclipse/ubuntu_jdk8
  14. mem_limit: 2147483648
  15. depends_on:
  16. - db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement