Guest User

Untitled

a guest
Aug 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. version: '2'
  2. services:
  3. testapp-postgresql:
  4. image: postgres:10.4
  5. volumes:
  6. - testapp-pgdata:/var/lib/postgresql/data/
  7. environment:
  8. - POSTGRES_USER=testapp
  9. - POSTGRES_PASSWORD=
  10. ports:
  11. - 5432:5432
  12. volumes:
  13. testapp-pgdata:
Add Comment
Please, Sign In to add comment