Use database password in Docker Compose environment
Addresses docker-library/postgres#681.
This commit is contained in:
parent
e6f3aa559e
commit
38b6486550
3 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ There is a rudimentary docker-compose configuration for production usage (`docke
|
|||
|
||||
|
||||
1. Configure OSEM
|
||||
You have at least to set `SECRET_KEY_BASE`
|
||||
You have at least to set `OSEM_DB_PASSWORD` and `SECRET_KEY_BASE`
|
||||
```
|
||||
cp dotenv.example .env.production
|
||||
vim .env.production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue