-
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
Enhancement: Add support for configurable ports in Docker Compose #46 #52
base: main
Are you sure you want to change the base?
Conversation
- Added a Python script named modify_compose.py to automate Docker Compose file modifications. - The script utilizes the PyYAML library to parse and modify YAML data. - Demonstrated how to use the script to modify a Docker Compose file, specifying a simple port mapping change.
Can you fix the pre-commit tests ? |
Sure, I’ll look into it. In the meantime, could you provide me with some additional information or resources that might help? |
|
I removed the script which I have added, I think now it will work. |
Thank you Kanishk for the resource. |
This pull request updates the Docker Compose configuration to support dynamic port configuration using environment variables. The changes include modifying the Docker Compose file to utilize environment variables for specifying ports, enhancing flexibility and customization options. Additionally, a Python script is provided to automate the modification process. Issue #46 tracks the implementation of this enhancement.