sync again

This commit is contained in:
vbarda
2024-06-18 20:38:40 -04:00
parent 8be35f3b59
commit b35bb19b31
4 changed files with 2 additions and 9 deletions
-2
View File
@@ -16,7 +16,6 @@ DEFAULT_POSTGRES_URI = (
DB = """
langgraph-postgres:
image: postgres:16
restart: on-failure
ports:
- "5433:5432"
environment:
@@ -150,7 +149,6 @@ def compose(
{db}
{DEBUGGER.format(debugger_port=debugger_port) if debugger_port else ""}
langgraph-api:
restart: on-failure
ports:
- "{port}:8000\""""
if include_db: