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: