Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. version: "2"
  2. services:
  3. dotcms:
  4. image: jorith88/dotcms-bootcamp-dotcms
  5. depends_on:
  6. - db
  7. ports:
  8. - "8080:8080"
  9. db:
  10. image: jorith88/dotcms-bootcamp-db
  11. environment:
  12. - POSTGRES_USER=dotcms
  13. - POSTGRES_PASSWORD=dotcms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement