chore(cli): use different container port for debugger (#811)

* chore(cli): use different container port for debugger

* Fix test
This commit is contained in:
David Duong
2024-06-26 00:16:50 +01:00
committed by GitHub
parent c13e755c15
commit ac34a4724f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ DEBUGGER = """
image: langchain/langgraph-debugger
restart: on-failure
ports:
- "{debugger_port}:80"
- "{debugger_port}:3968"
depends_on:
langgraph-postgres:
condition: service_healthy
+1 -1
View File
@@ -65,7 +65,7 @@ services:
image: langchain/langgraph-debugger
restart: on-failure
ports:
- "{debugger_port}:80"
- "{debugger_port}:3968"
depends_on:
langgraph-postgres:
condition: service_healthy