can't coexist with dify
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 We will optimize and support coexistence with dify in the future.
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