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>
11 lines
207 B
YAML
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
|