-
Notifications
You must be signed in to change notification settings - Fork 686
[fix][coze-loop]: resolve port conflict with coze-studio #168
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
base: main
Are you sure you want to change the base?
Conversation
734b4bd to
c408a39
Compare
c408a39 to
a12f570
Compare
| COZE_LOOP_APP_IMAGE_NAME=coze-loop | ||
| COZE_LOOP_APP_IMAGE_TAG=1.1.0 | ||
| COZE_LOOP_APP_OPENAPI_PORT=8888 | ||
| COZE_LOOP_APP_OPENAPI_PORT=8880 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I think the PORT here can't be changed. Because after modifying it and redeploying, the SDK client code also needs to be updated to listen on the new port. This incompatible change requires careful handling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In your case, changing the port may need to be addressed by automatically mounting customized configurations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @kidkidkid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I took it to easy.
But i think it will make sense if we resolve port conflict with coze-studio, since there is need to use both of them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will carefully consider and resolve the issue you encountered during using. We will continue to communicate with you once we have a solution.
What type of PR is this?
fixCheck the PR title.
(Optional) Translate the PR title into Chinese.
[修复][coze-loop] 将端口8888改为8880以解决冲突
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
Changed files:
release/deployment/docker-compose/.env: ModifiedCOZE_LOOP_APP_OPENAPI_PORTfrom8888to8880Reason for change:
Resolves port conflict between Coze Loop and Coze Studio, which both default to
8888.Testing performed:
docker compose up -dhttp://localhost:8880zh(optional):
修改文件:
.env文件:将COZE_LOOP_APP_OPENAPI_PORT从8888修改为8880变更原因:
解决 Coze Loop 与 Coze Studio 默认端口
8888的冲突问题测试情况:
docker compose up -d无端口绑定错误http://localhost:8880可正常访问 Coze Loop(Optional) Which issue(s) this PR fixes: