Add docker compose for dev
This commit is contained in:
14
README.md
14
README.md
@@ -18,3 +18,17 @@ cd Frontend
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Run (Docker Compose)
|
||||
|
||||
Prereqs: Docker Desktop (compose v2).
|
||||
|
||||
```bash
|
||||
docker compose up --build
|
||||
```
|
||||
|
||||
Open: `http://localhost:3000/`
|
||||
|
||||
Notes:
|
||||
- DB is SQLite persisted in a named volume (`clientsflow_data`).
|
||||
- For LangGraph agent: set `OPENAI_API_KEY` (otherwise it falls back to the rule-based agent).
|
||||
|
||||
Reference in New Issue
Block a user