Skip to content

docker-compose.yml hardcoded credentials - #423

Merged
DeFiVC merged 2 commits into
ChainLearnOfficial:mainfrom
nwosum113-ui:issue-253
Aug 30, 2026
Merged

docker-compose.yml hardcoded credentials#423
DeFiVC merged 2 commits into
ChainLearnOfficial:mainfrom
nwosum113-ui:issue-253

Conversation

@nwosum113-ui

Copy link
Copy Markdown
Contributor

Summary

Refactor Docker Compose configuration to use environment variables for Postgres credentials, improving security and flexibility.

Changes

  • Replace hardcoded Postgres credentials in docker-compose.yml with environment variable placeholders
  • Add .env.example file to document required environment variables
  • Update service definitions to reference environment variables for credentials

Impact

  • Postgres credentials are now configurable via environment variables
  • Improved security by avoiding hardcoded sensitive data
  • Easier credential management across different environments

closes #253

….yml-for-credentials

Use environment variables for Postgres credentials in docker-compose.yml
@drips-wave

drips-wave Bot commented Aug 30, 2026

Copy link
Copy Markdown

@nwosum113-ui Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@DeFiVC
DeFiVC merged commit 5b3eee3 into ChainLearnOfficial:main Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker-compose.yml hardcoded credentials

2 participants