Fix docker-compose.yml with hardcoded JWT_SECRET
This commit is contained in:
parent
59a360384f
commit
4293eadfee
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
|||
- SERVER_HOST=0.0.0.0
|
||||
- MONGODB_URI=mongodb://mongodb:27017
|
||||
- MONGODB_DATABASE=normogen
|
||||
- JWT_SECRET=${JWT_SECRET:-please-change-this-in-production-at-least-32-characters}
|
||||
- JWT_SECRET=production-jwt-secret-key-change-this-in-production-environment-minimum-32-chars
|
||||
depends_on:
|
||||
mongodb:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue