refly icon indicating copy to clipboard operation
refly copied to clipboard

can't coexist with dify

Open sofs2005 opened this issue 9 months ago • 2 comments

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?

sofs2005 avatar Feb 19 '25 09:02 sofs2005

@sofs2005 We will optimize and support coexistence with dify in the future.

pftom avatar Feb 23 '25 07:02 pftom

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?

you can start refly like this, it will run the application in a docker project named "refly" docker compose -p refly up -d

boshi202 avatar Mar 12 '25 07:03 boshi202