Pick one of the above or briefly clarify and I’ll proceed (I can scaffold code, README, app content, or project plan).
– a lightweight process (≈5 MB) that runs alongside your model service. Collects : system metrics, custom counters (via mlhbdapp.metric() ), and model‑specific KPIs. Exports : via gRPC (default) or HTTP/JSON (fallback) to the server. mlhbdapp new
: The redesigned interface focuses on "Information Layering"—presenting high-level summaries at a glance while allowing deep-dive analysis with a single tap. Why It Matters Pick one of the above or briefly clarify
: Use walkthroughs or contextual tooltips to show new users how the app works. Exports : via gRPC (default) or HTTP/JSON (fallback)
# docker-compose.yml (copy‑paste) version: "3.9" services: mlhbdapp-server: image: mlhbdapp/server:2.3 container_name: mlhbdapp-server ports: - "8080:8080" # UI & API environment: - POSTGRES_PASSWORD=mlhb_secret - POSTGRES_DB=mlhb volumes: - mlhb-data:/var/lib/postgresql/data healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 10s timeout: 5s retries: 5
Visit in your browser. You should see:
Zabranjeno je kopiranje sadržaja.
