mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-20 21:04:45 +08:00
Fix IM channel backend URLs in Docker (#1497)
* Fix IM channel backend URLs in Docker * Address Copilot review comments
This commit is contained in:
@@ -557,6 +557,13 @@ checkpointer:
|
||||
# langgraph_url: http://localhost:2024
|
||||
# # Gateway API URL for auxiliary queries like /models, /memory (default: http://localhost:8001)
|
||||
# gateway_url: http://localhost:8001
|
||||
# #
|
||||
# # Docker Compose note:
|
||||
# # If channels run inside the gateway container, use container DNS names instead
|
||||
# # of localhost, for example:
|
||||
# # langgraph_url: http://langgraph:2024
|
||||
# # gateway_url: http://gateway:8001
|
||||
# # You can also set DEER_FLOW_CHANNELS_LANGGRAPH_URL / DEER_FLOW_CHANNELS_GATEWAY_URL.
|
||||
#
|
||||
# # Optional: default mobile/session settings for all IM channels
|
||||
# session:
|
||||
|
||||
Reference in New Issue
Block a user