Add READ_ONLY_API environment variable and enhance trading error handling

This commit is contained in:
coddard
2026-05-19 02:41:00 +03:00
parent 32537ef6e2
commit 22ac0da394
5 changed files with 114 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ services:
- ${COMPOSE_APP_ENV_FILE:-docker.env}
environment:
- TRADING_MODE=${TRADING_MODE:-paper}
- READ_ONLY_API=${READ_ONLY_API:-no}
- TWOFA_TIMEOUT_ACTION=${TWOFA_TIMEOUT_ACTION:-restart}
- AUTO_RESTART_TIME=${AUTO_RESTART_TIME:-11:59 PM}
- RELOGIN_AFTER_TWOFA_TIMEOUT=${RELOGIN_AFTER_TWOFA_TIMEOUT:-yes}