add docker
This commit is contained in:
18
readme.md
18
readme.md
@@ -1 +1,17 @@
|
||||
1
|
||||
## DevOps Portal (prototype)
|
||||
|
||||
### Run
|
||||
|
||||
```bash
|
||||
docker compose up --build
|
||||
```
|
||||
|
||||
### URLs
|
||||
|
||||
- **Backend health**: `http://localhost:8000/health`
|
||||
- **Frontend (Streamlit)**: `http://localhost:8501`
|
||||
|
||||
### Configuration
|
||||
|
||||
- **Ollama**: backend uses `OLLAMA_API_URL` (set in `docker-compose.yml`)
|
||||
- **Frontend → backend**: frontend uses `BACKEND_URL` (defaults to `http://backend:8000/generate`)
|
||||
Reference in New Issue
Block a user