add dashboard

This commit is contained in:
2026-04-09 17:24:07 +05:00
parent ed6de0a4cb
commit 4013701441
10 changed files with 1202 additions and 24 deletions

View File

@@ -40,3 +40,14 @@ services:
- API_URL=http://api:8000
depends_on:
- api
stats:
build:
context: .
dockerfile: Dockerfile.stats
ports:
- "8081:8081"
environment:
- API_URL=http://api:8000
depends_on:
- api