-
Notifications
You must be signed in to change notification settings - Fork 580
Labels
enhancementNew feature or requestNew feature or request
Description
Unable to coexist with dify. I have already deployed dify on my server using Docker, and then deployed the new refly released today.
However, I found that refly accessed the dify API server during use, causing it to fail to operate normally.
The preliminary analysis is that the service names used by dify and refly are duplicated, such as api, web, db, etc., which will cause the latter to fail to operate normally.
My web and api are assigned separate internal IP addresses, and the rest are Docker internal addresses.
Could you please take a look at how to solve this problem?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request