Fix docker-compose.yml with hardcoded JWT_SECRET
Some checks failed
Lint and Build / Lint (push) Failing after 7s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped

This commit is contained in:
goose 2026-03-05 14:11:53 -03:00
parent 59a360384f
commit 4293eadfee

View file

@ -10,7 +10,7 @@ services:
- SERVER_HOST=0.0.0.0 - SERVER_HOST=0.0.0.0
- MONGODB_URI=mongodb://mongodb:27017 - MONGODB_URI=mongodb://mongodb:27017
- MONGODB_DATABASE=normogen - 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: depends_on:
mongodb: mongodb:
condition: service_healthy condition: service_healthy