387 B
387 B
DevOps Portal (prototype)
Run
docker compose up --build
URLs
- Backend health:
http://localhost:8000/health - Frontend (Streamlit):
http://localhost:8501
Configuration
- Ollama: backend uses
OLLAMA_API_URL(set indocker-compose.yml) - Frontend → backend: frontend uses
BACKEND_URL(defaults tohttp://backend:8000/generate)