da6d18f6d5f2e2c854df834b30461f5264a10239
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_BASE_URL(defaults tohttp://backend:8000)
Auth + Postgres
Backend uses Postgres at POSTGRES_HOST (currently set to 10.10.10.167) and creates tables automatically on startup.
Set these env vars in docker-compose.yml (or override via .env):
POSTGRES_DB:devops_portalPOSTGRES_USER:devops_portalPOSTGRES_PASSWORD: set your real passwordJWT_SECRET: set a long random secret (required for token security)
Description
Languages
Python
98.5%
Dockerfile
1.1%
Shell
0.4%