-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix docker images and dual mode #693
base: master
Are you sure you want to change the base?
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. 👋 |
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.php
to handle the "dual" mode, including loading server configurations fromservers.json
and 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 detection
docker/ui.php
configurations from servers.json
servers list
and dual modes
test-script.sh
Enhance test script reliability and documentation
docker/test/test-script.sh
README.md
Add documentation for docker test environment
docker/test/README.md
docker-compose.yml
Enhance docker compose with shared configs and dual mode
docker/test/docker-compose.yml
servers.json
Add servers configuration file for testing
docker/test/servers.json
configuration details