-
Notifications
You must be signed in to change notification settings - Fork 646
[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_PORT
from8888
to8880
Reason for change:
Resolves port conflict between Coze Loop and Coze Studio, which both default to
8888
.Testing performed:
docker compose up -d
http://localhost:8880
zh(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: