Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release/deployment/docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COZE_LOOP_APP_IMAGE_REGISTRY=docker.io
COZE_LOOP_APP_IMAGE_REPOSITORY=cozedev
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
Copy link
Collaborator

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.

Copy link
Collaborator

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

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.

Copy link
Collaborator

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.

COZE_LOOP_APP_DEBUG_PORT=40000

# redis
Expand Down