Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
14 stars 29 forks source link

Changes #104

Open PrathameshTheurkar opened 10 months ago

PrathameshTheurkar commented 10 months ago

Completed tasks like: 1.)Created a .env.sample file in the same directory as the docker-compose.yml file. 2.)Moved the POSTGRES_USER and POSTGRES_PASSWORD environment variables from the docker-compose.yml file to the .env.sample file. 3.)Updated the docker-compose.yml file to reference these variables from the .env.sample file. 4.)Updated the documentation to instruct users to create their own .env.sample file with their specific details.