Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions bin/local-dev/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
Loading