Guest User

Untitled

a guest
Nov 1st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. POSTGRESQL_VERSION=11.0
  2. PYTHON_VERSION=3.7
  3. PYLIBS=psycopg2-binary sqlalchemy ipython
  4.  
  5. POSTGRES_DB=debugging
  6. POSTGRES_HOST=docker-postgresql
  7. POSTGRES_ROOT_USER=postgres
  8. POSTGRES_USER=docker
  9. POSTGRES_PASSWORD=verylongpassword
  10. POSTGRES_PORT=5432
Add Comment
Please, Sign In to add comment