Update backend and frontend service ports to 12015 and 12016; adjust healthcheck and environment variables accordingly
This commit is contained in:
@@ -14,7 +14,7 @@ A multi-modal AI web application. Users can choose between different AI models f
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Python 3.11+
|
||||
- Python 3.12+
|
||||
- An [openrouter.ai](https://openrouter.ai) API key
|
||||
|
||||
### Setup
|
||||
@@ -42,14 +42,14 @@ cp .env.example .env
|
||||
|
||||
```bash
|
||||
cd backend
|
||||
uvicorn app.main:app --reload --port 12000
|
||||
uvicorn app.main:app --reload --port 12015
|
||||
```
|
||||
|
||||
### Running the frontend
|
||||
|
||||
```bash
|
||||
cd frontend
|
||||
flask --app app.main run --port 12001
|
||||
flask --app app.main run --port 12016
|
||||
```
|
||||
|
||||
### Running tests
|
||||
|
||||
Reference in New Issue
Block a user