-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix docker images and dual mode #693
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
|
@adolfintel if you want please review and merge. i will merge it in the next days if i dont hear from you. 👋 |
|
Hey! Are there any updates about the broken dual mode? Really look forward to a new release with this PR merged. |
thanx for the reminder. just merged |
Fix docker images and dual mode
User description
This pull request includes updates to the Docker configuration and the PHP UI script to better support "dual" mode. The most important changes are as follows:
Docker Configuration Updates:
PHP UI Script Updates:
docker/ui.phpto handle the "dual" mode, including loading server configurations fromservers.jsonand dynamically adding the current server to the list of speedtest servers.PR Type
Bug fix, Enhancement
Description
Changes walkthrough 📝
ui.php
Fix dual mode server configuration and detectiondocker/ui.php
configurations from servers.json
servers list
and dual modes
test-script.sh
Enhance test script reliability and documentationdocker/test/test-script.sh
README.md
Add documentation for docker test environmentdocker/test/README.md
docker-compose.yml
Enhance docker compose with shared configs and dual modedocker/test/docker-compose.yml
servers.json
Add servers configuration file for testingdocker/test/servers.json
configuration details