Open tushar5526 opened 6 months ago
I'm eager to contribute and resolve the Docker Compose port variable issue.I would like to contribute to sarthi.Please assign me this issue @tushar5526
Hi Tushar,
I would like to take on this task of adding support to allow ports as variables in the Docker Compose file (#46). I have experience working with Docker and Docker Compose, and I believe I can implement this feature efficiently.
Please assign this task to me.
Thank you!
Best regards, Gaurav Ji Srivastava
Hey @Amandeepsingh25 @GJS2162 great first try but I think there was a miss on my end to explain the problem statements in a better way.
First of all I wanted to know were your folks able to setup the project locally ?
@tushar5526 yes I have run the docker compose file locally but fail to unerstand the endpoint for knowing the output .
@Amandeepsingh25 check out the contributor's guide in the readme.
Hey @Amandeepsingh25 @GJS2162 great first try but I think there was a miss on my end to explain the problem statements in a better way.
First of all I wanted to know were your folks able to setup the project locally ?
Sorry for the late reply.
Initially, I reviewed the documentation to understand how to run the project. However, I decided to proceed directly with the task at hand. I will give it a try, and if I encounter any issues or need assistance, I will reach out for help.
Thank you!
For a project's
docker-compose
as specified.compose file should be converted to a processed compose file using
docker-compose config
after loading the environment variables from Vault and then it should be processed further.