-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to allow ports as variables in docker compose #46
Comments
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, |
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. |
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.The text was updated successfully, but these errors were encountered: