Advertisement
Guest User

Untitled

a guest
Apr 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. PostgreSQL:
  2. restart: always
  3. image: postgres
  4. ports:
  5. - "5432:5432"
  6. environment:
  7. - DEBUG=false
  8.  
  9. - DB_USER=
  10. - DB_PASS=
  11. - DB_NAME=
  12. - DB_TEMPLATE=
  13.  
  14. - DB_EXTENSION=
  15.  
  16. - REPLICATION_MODE=
  17. - REPLICATION_USER=
  18. - REPLICATION_PASS=
  19. - REPLICATION_SSLMODE=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement