[fix][coze-loop]: resolve port conflict with coze-studio#168
[fix][coze-loop]: resolve port conflict with coze-studio#168shx815 wants to merge 3 commits intocoze-dev:mainfrom
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.
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.
In your case, changing the port may need to be addressed by automatically mounting customized configurations.
There was a problem hiding this comment.
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.
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: