Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. version: '3'
  2. services:
  3. ddserver:
  4. image: patchthecode/ddserver
  5. ports:
  6. - 8081:8080
  7. depends_on:
  8. - postgres
  9. environment:
  10. - DATABASE_HOSTNAME=postgres
  11. - DATABASE_PORT=5432
  12. postgres:
  13. image: postgres
  14. environment:
  15. - POSTGRES_DB=vapor
  16. - POSTGRES_USER=vapor
  17. - POSTGRES_PASSWORD=password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement