Add optional Docker setup for local development#526
Add optional Docker setup for local development#526zivkovicp wants to merge 20 commits intoOpenBMB:mainfrom
Conversation
|
Thanks for the Docker support work! I tested this branch and found a few issues that should be addressed before merge:
Also, because we are not planning server deployment right now, it would be best to keep this PR focused on local Docker development behavior. |
This reverts commit d2695f9.
fix: add instructions on using the make command to the Chinese README.
This PR adds an optional Docker-based development setup, updates README documentation with usage instructions, and introduces minimal environment-variable configuration required to support local development when the frontend and backend are not served from the same origin.
To enable this, the PR includes small, targeted updates to proxy and middleware behavior (including WebSocket proxying) so that CORS-related assumptions are configurable rather than hard-coded.
The existing install and usage flow remains fully supported and unchanged by default.