diff --git a/docker-compose-with-pgsql.yml b/docker-compose-with-pgsql.yml index f9a13e8..8d5598c 100644 --- a/docker-compose-with-pgsql.yml +++ b/docker-compose-with-pgsql.yml @@ -38,6 +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 volumes: # 挂载项目数据目录 - ./projects:/app/projects