Skip to content

Conversation

@AtulRajput01
Copy link

Secure Docker Compose Configuration by Using .env File:

This PR addresses the issue #79

Changes Made:

  1. docker-compose.yml : Removed the direct inclusion of POSTGRES_USER and POSTGRES_PASSWORD environment variables and replaced them with references to the .env.sample file.
  2. Added .env.sample file containing the POSTGRES_USER and POSTGRES_PASSWORD environment variables as placeholders.

Copy link
Collaborator

@jayanth-kumar-morem jayanth-kumar-morem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see .env not added to .gitignore file.

@AtulRajput01
Copy link
Author

I still see .env not added to .gitignore file.

@jayanth-kumar-morem i added .env file to .gitignore file

Copy link
Collaborator

@jayanth-kumar-morem jayanth-kumar-morem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase on latest changes properly

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.

2 participants