Add REST API with dashboard and configurable port (server.host/port, TM_PORT, --port)

This commit is contained in:
Tobias Zimmermann
2026-08-22 12:26:17 +02:00
parent 7959dd71ff
commit 98a332da79
11 changed files with 570 additions and 3 deletions
+4 -1
View File
@@ -16,7 +16,10 @@ USER trademind
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
TM_CONFIG=/app/config.yaml
TM_CONFIG=/app/config.yaml \
TM_PORT=8080
EXPOSE 8080
# Default: Paper-Modus. Für Live: TM_MODE=live
ENTRYPOINT ["python", "-m", "trademind"]