Advertisement
Guest User

Untitled

a guest
Jan 31st, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. services:
  2. db:
  3. image: postgres
  4. environment:
  5. - POSTGRES_PASSWORD=343Pm2141
  6. - POSTGRES_USER=tb
  7. - POSTGRES_DB=trader
  8. expose:
  9. - "5432"
  10. dev-machine:
  11. image: codenvy/ubuntu_jdk8
  12. links:
  13. - db:database
  14. depends_on:
  15. - "db"
  16. expose:
  17. - "8080"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement