Add REST API with dashboard and configurable port (server.host/port, TM_PORT, --port)
This commit is contained in:
+4
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user