From c3d2018a56fb56eee09a18453df3abcb04625444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Fri, 27 Feb 2026 00:38:13 +0800 Subject: [PATCH] new api --- docker-compose-with-pgsql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-with-pgsql.yml b/docker-compose-with-pgsql.yml index 8d5598c..4baf66f 100644 --- a/docker-compose-with-pgsql.yml +++ b/docker-compose-with-pgsql.yml @@ -38,7 +38,7 @@ services: - ITINERARY_API_URL=http://host.docker.internal:2012/api/itineraries/ # PostgreSQL 配置 - CHECKPOINT_DB_URL=postgresql://postgres:E5ACJo6zJub4QS@postgres:5432/agent_db - - NEW_API_BASE_URL=http://host.docker.internal:3000 + - NEW_API_BASE_URL=http://host.docker.internal:3001 volumes: # 挂载项目数据目录 - ./projects:/app/projects