Skip to content

Commit 935fea5

Browse files
committed
fix: Update langgraph-api image reference and correct QDRANT_URL port
1 parent c20ad0a commit 935fea5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
timeout: 5s
4747
retries: 5
4848
langgraph-api:
49-
image: lets-talk #ghcr.io/mafzaal/lets-talk:main
49+
image: ghcr.io/mafzaal/lets-talk:main
5050
ports:
5151
- "8124:8000"
5252
depends_on:
@@ -63,7 +63,7 @@ services:
6363
- ${OUTPUT_DIR_HOST}:${OUTPUT_DIR}
6464
environment:
6565
REDIS_URI: redis://langgraph-redis:6379
66-
QDRANT_URL: http://langgraph-qdrant:6334
66+
QDRANT_URL: http://langgraph-qdrant:6333
6767
POSTGRES_URI: postgres://${POSTGRES_USER}:${POSTGRES_USER}@langgraph-postgres:5432/${POSTGRES_DB}?sslmode=disable
6868
restart: unless-stopped
6969

0 commit comments

Comments
 (0)