feat: dashboard UI with real-time stats, light/dark mode, session metrics

This commit is contained in:
2026-06-12 08:11:24 +02:00
parent 20247c92c2
commit 7a388653ed
6 changed files with 1050 additions and 46 deletions
+2
View File
@@ -9,6 +9,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 8081 8082
HEALTHCHECK --interval=60s --timeout=10s --start-period=5s --retries=3 \
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8081/health')" || exit 1