2 Commits

Author SHA1 Message Date
oleg 4e41960cc4 fix 2025-02-03 19:15:32 -05:00
oleg d09732de33 relative liquidity loads via http 2025-02-03 18:58:00 -05:00
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
0.1.8.F1,using HA trading-calendar
0.2.1,relative liquidity loads via http
+6 -5
View File
@@ -12,10 +12,11 @@ RUN mkdir -p /app/data
RUN mkdir /logs
ENV PYTHONPATH=/
CMD [ \
"python3.12", \
"cvttpy/apps/md/rel_lqdt_server.py", \
"--port=5678", \
CMD [ \
"python3.12", \
"cvttpy/apps/md/rel_lqdt_server.py", \
"--config=http://cloud16.cvtt.vpn:6789/apps/minimal_md_eqt", \
"--port=5678", \
"--db_file=/app/data/rel_liquidity.db", \
"--log_file=/logs/%T.REL_LIQUIDITY_SVC.log" \
"--log_file=/logs/%T.REL_LIQUIDITY_SVC.log" \
]
@@ -3,4 +3,4 @@ nest-asyncio>=1.5.5
numpy>=1.24.1
hjson>=3.1.0
pandas>=1.5.3
# sortedcontainers>=2.4.0
sortedcontainers>=2.4.0