Add LANGGRAPH_PG_URL environment variable to docker-compose for Postgres connection

This commit is contained in:
eason 2026-03-03 13:38:04 +08:00
parent 974d613fb0
commit bb58eebe50
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ services:
- "8000:8000" - "8000:8000"
environment: environment:
DATABASE_URL: postgresql+asyncpg://drgraph:yingping@db:5432/th_agenter DATABASE_URL: postgresql+asyncpg://drgraph:yingping@db:5432/th_agenter
LANGGRAPH_PG_URL: postgresql://drgraph:yingping@db:5432/th_agenter
volumes: volumes:
- ./data/uploads:/app/data/uploads - ./data/uploads:/app/data/uploads
- ./data/chroma:/app/data/chroma - ./data/chroma:/app/data/chroma