Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbansal
Test-Docker
Commits
268efb97
Commit
268efb97
authored
Jun 04, 2020
by
B13nch3n
Browse files
Updated PostgreSQL, more info in .env.template
parent
6219cb32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Docker/.env.template
View file @
268efb97
...
...
@@ -17,7 +17,8 @@ DJANGO_DB_USR=
# scram-sha-256 hash. to generate a hash for a
# password, set up a mock-up PostgreSQL database,
# set encryption to scram-sha-256 and create a
# user with DJANGO_DB_USR and DJANGO_DB_CLR_PW.
# user with DJANGO_DB_USR and DJANGO_DB_CLR_PW by `psql`:
# `CREATE USER <DJANGO_DB_USR> WITH PASSWORD '<DJANGO_DB_CLR_PW>';`
# Then run
# `select usename,passwd from PG_SHADOW;`.
DJANGO_DB_PW=
...
...
Docker/postgres/Dockerfile
View file @
268efb97
FROM
postgres:11.
4
-alpine
FROM
postgres:11.
7
-alpine
# For more information check https://hub.docker.com/_/postgres and
# https://docs.docker.com/samples/library/postgres/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment