forked from 0xWheatyz/SPARC
Security: move database credentials out of docker-compose.yml into .env or Docker secrets #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
docker-compose.yml embeds postgres:postgres credentials in plain text. Anyone with read access to the repo or the compose file can see the database password.
Acceptance Criteria
References
Roadmap: P1 Security hardening -- Database credentials in docker-compose.yml.