You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(db): remove hardcoded local DB password from docker-compose (#600)
GitGuardian flagged the static dev password in docker-compose.yml. Move all
credentials to .env interpolation (DB_PASSWORD is now required, no default)
and add .env.example with a placeholder. .env is already gitignored.
0 commit comments