librechat-analytics/docker-compose.yml
DJP 65824fc3b3 Initial commit: LibreChat Analytics Dashboard
Express.js + Chart.js dashboard for LibreChat usage analytics.
Queries MongoDB transactions collection for model/agent usage, costs, and top users.
Dark theme with Montserrat font, black/gold (#FFC407) color scheme.
Docker-ready with API key authentication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 16:48:40 -04:00

11 lines
207 B
YAML

services:
analytics:
build: .
container_name: librechat-analytics
restart: unless-stopped
ports:
- "127.0.0.1:3001:3001"
env_file:
- .env
environment:
- PORT=3001