From eddf54a1f060c4dba7c6cd85426a27e20759e2cf Mon Sep 17 00:00:00 2001 From: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:58:23 -0700 Subject: [PATCH] docs(local-dev): fix stale comment claiming infra is unmanaged --- bin/local-dev/main.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/local-dev/main.sh b/bin/local-dev/main.sh index 5a102e54f6f..37290e61347 100755 --- a/bin/local-dev/main.sh +++ b/bin/local-dev/main.sh @@ -60,9 +60,10 @@ # agent-service :3001 Bun --watch (cd agent-service && bun run dev) # frontend :4200 ng serve via cd frontend && yarn start # -# Docker infra (postgres / minio / lakefs / lakekeeper / litellm) is NOT managed -# here -- bring those up yourself before `up`. The script will warn if expected -# ports are unreachable. +# Docker infra (postgres / minio / lakefs / lakekeeper / litellm) IS managed +# here: `up` brings it up via `docker compose` (project texera-local-dev) and +# `down` tears down any docker targets. The script warns if expected ports are +# unreachable. # # Logs and pid book-keeping live under: ${TEXERA_LOCAL_DEV_DIR:-/tmp/texera-local-dev}