Add FastAPI-based monitoring dashboard with support for Codex CLI and Devin API v3 Enterprise consumption tracking. Includes Docker deployment, systemd service configuration, kiosk mode launcher, comprehensive documentation, and demo mode for testing without credentials.
14 lines
215 B
YAML
14 lines
215 B
YAML
services:
|
|
dashboard:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "8080:8080"
|
|
restart: unless-stopped
|
|
read_only: true
|
|
tmpfs:
|
|
- /tmp
|
|
security_opt:
|
|
- no-new-privileges:true
|