Guest User

Untitled

a guest
Dec 27th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. version: "3"
  2. services:
  3. vj-postgres:
  4. image: postgres:alpine
  5. container_name: vj-postgres
  6. volumes:
  7. - ~/data/postgres:/var/lib/postgresql/data
  8. environment:
  9. - POSTGRES_DB=vj_database
  10. - POSTGRES_USER=vj_username
  11. - POSTGRES_PASSWORD=vj_password
  12. ports:
  13. - 127.0.0.1:5432:5432
Add Comment
Please, Sign In to add comment