From 2daa44c2cb5e6cf65e24120d53d4965ab5e7eb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Tue, 10 Feb 2026 21:47:33 +0800 Subject: [PATCH] ITINERARY_API_URL --- docker-compose-with-pgsql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose-with-pgsql.yml b/docker-compose-with-pgsql.yml index 6b6434b..f9a13e8 100644 --- a/docker-compose-with-pgsql.yml +++ b/docker-compose-with-pgsql.yml @@ -35,6 +35,7 @@ services: - ES_HOST=http://host.docker.internal:9200 - RAGFLOW_API_URL=http://host.docker.internal:1080 - RAGFLOW_API_KEY=ragflow-MRqxnDnYZ1yp5kklDMIlKH4f1qezvXIngSMGPhu1AG8 + - ITINERARY_API_URL=http://host.docker.internal:2012/api/itineraries/ # PostgreSQL 配置 - CHECKPOINT_DB_URL=postgresql://postgres:E5ACJo6zJub4QS@postgres:5432/agent_db volumes: