Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef77f6012a | |||
| f9e29ec555 | |||
| 98146f0fc0 | |||
| 539034a93c |
@@ -93,7 +93,7 @@ done
|
|||||||
|
|
||||||
Source=/data/
|
Source=/data/
|
||||||
Targets=
|
Targets=
|
||||||
Targets="${Targets} cvtt@homestore.cvtt.vpn:/works/cvtt/md_archive/equity"
|
Targets="${Targets} cvtt@hs01.cvtt.vpn:/works/cvtt/md_archive/equity"
|
||||||
Targets="${Targets} cvtt@cloud21.cvtt.vpn:/opt/store/cvtt/md_archive/equity"
|
Targets="${Targets} cvtt@cloud21.cvtt.vpn:/opt/store/cvtt/md_archive/equity"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ done
|
|||||||
|
|
||||||
Source=/data/
|
Source=/data/
|
||||||
Targets=
|
Targets=
|
||||||
Targets="${Targets} cvtt@homestore.cvtt.vpn:/works/cvtt/md_archive/equity"
|
Targets="${Targets} cvtt@hs01.cvtt.vpn:/works/cvtt/md_archive/equity"
|
||||||
Targets="${Targets} cvtt@cloud21.cvtt.vpn:/opt/store/cvtt/md_archive/equity"
|
Targets="${Targets} cvtt@cloud21.cvtt.vpn:/opt/store/cvtt/md_archive/equity"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -69,8 +69,8 @@ echo "Data Sync"
|
|||||||
|
|
||||||
Source=/app/data/
|
Source=/app/data/
|
||||||
Targets=
|
Targets=
|
||||||
Targets="${Targets} cvtt@homestore.cvtt.vpn:/works/cvtt/md_archive/crypto"
|
|
||||||
Targets="${Targets} cvtt@cloud21.cvtt.vpn:/opt/store/cvtt/md_archive/crypto"
|
Targets="${Targets} cvtt@cloud21.cvtt.vpn:/opt/store/cvtt/md_archive/crypto"
|
||||||
|
Targets="${Targets} cvtt@hs01.cvtt.vpn:/works/cvtt/md_archive/crypto"
|
||||||
|
|
||||||
|
|
||||||
for tgt in ${Targets}
|
for tgt in ${Targets}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ RUN pip install --upgrade pip --root-user-action=ignore
|
|||||||
RUN pip install -r /requirements.txt --root-user-action=ignore
|
RUN pip install -r /requirements.txt --root-user-action=ignore
|
||||||
|
|
||||||
COPY cvttpy /cvttpy
|
COPY cvttpy /cvttpy
|
||||||
# COPY ${FROM_DIR}/.creds /.creds
|
|
||||||
COPY ${FROM_DIR}/run_md_recorder.sh /run_md_recorder.sh
|
COPY ${FROM_DIR}/run_md_recorder.sh /run_md_recorder.sh
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
0.0.7.F1,creds to be taken from volumes
|
0.0.9,homestore ==> hs01
|
||||||
@@ -40,7 +40,7 @@ Cmd="python3.12"
|
|||||||
Cmd="${Cmd} /cvttpy/apps/executor_app.py"
|
Cmd="${Cmd} /cvttpy/apps/executor_app.py"
|
||||||
Cmd="${Cmd} --config=${Config}"
|
Cmd="${Cmd} --config=${Config}"
|
||||||
Cmd="${Cmd} --credentials_file=/.creds"
|
Cmd="${Cmd} --credentials_file=/.creds"
|
||||||
Cmd="${Cmd} --allow_dynamic_exch_inst"
|
# Cmd="${Cmd} --allow_dynamic_exch_inst"
|
||||||
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
||||||
Cmd="${Cmd} --admin_port=${AdminPort}"
|
Cmd="${Cmd} --admin_port=${AdminPort}"
|
||||||
Cmd="${Cmd} --log_file=/logs/%T.EXECUTOR_APP.log"
|
Cmd="${Cmd} --log_file=/logs/%T.EXECUTOR_APP.log"
|
||||||
@@ -53,7 +53,7 @@ Cmd="${Cmd} --config=${Config}"
|
|||||||
Cmd="${Cmd} --credentials_file=/.creds"
|
Cmd="${Cmd} --credentials_file=/.creds"
|
||||||
Cmd="${Cmd} --book=${Book}"
|
Cmd="${Cmd} --book=${Book}"
|
||||||
Cmd="${Cmd} --strategy=${Strategy}"
|
Cmd="${Cmd} --strategy=${Strategy}"
|
||||||
Cmd="${Cmd} --allow_dynamic_exch_inst"
|
# Cmd="${Cmd} --allow_dynamic_exch_inst"
|
||||||
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
||||||
Cmd="${Cmd} --admin_port=${AdminPort}"
|
Cmd="${Cmd} --admin_port=${AdminPort}"
|
||||||
Cmd="${Cmd} --log_file=/logs/%T.QUANT.${Book}.log"
|
Cmd="${Cmd} --log_file=/logs/%T.QUANT.${Book}.log"
|
||||||
@@ -51,7 +51,7 @@ Cmd="${Cmd} cvttpy/apps/risk_manager_app.py"
|
|||||||
Cmd="${Cmd} --config=${Config}"
|
Cmd="${Cmd} --config=${Config}"
|
||||||
Cmd="${Cmd} --credentials_file=/.creds"
|
Cmd="${Cmd} --credentials_file=/.creds"
|
||||||
Cmd="${Cmd} --book=${Book}"
|
Cmd="${Cmd} --book=${Book}"
|
||||||
Cmd="${Cmd} --allow_dynamic_exch_inst"
|
# Cmd="${Cmd} --allow_dynamic_exch_inst"
|
||||||
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
||||||
Cmd="${Cmd} --admin_port=${AdminPort}"
|
Cmd="${Cmd} --admin_port=${AdminPort}"
|
||||||
Cmd="${Cmd} --log_file=/logs/%T.RISK_MGR.${Book}.log"
|
Cmd="${Cmd} --log_file=/logs/%T.RISK_MGR.${Book}.log"
|
||||||
@@ -58,7 +58,7 @@ Cmd="${Cmd} --config=${Config}"
|
|||||||
Cmd="${Cmd} --credentials_file=/.creds"
|
Cmd="${Cmd} --credentials_file=/.creds"
|
||||||
Cmd="${Cmd} --book=${Book}"
|
Cmd="${Cmd} --book=${Book}"
|
||||||
Cmd="${Cmd} --algo=${Algo}"
|
Cmd="${Cmd} --algo=${Algo}"
|
||||||
Cmd="${Cmd} --allow_dynamic_exch_inst"
|
# Cmd="${Cmd} --allow_dynamic_exch_inst"
|
||||||
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
||||||
Cmd="${Cmd} --admin_port=${AdminPort}"
|
Cmd="${Cmd} --admin_port=${AdminPort}"
|
||||||
Cmd="${Cmd} --log_file=/logs/%T.TRADER.${Book}.log"
|
Cmd="${Cmd} --log_file=/logs/%T.TRADER.${Book}.log"
|
||||||
+1
-1
@@ -49,7 +49,7 @@ Cmd="${Cmd} cvttpy/apps/trade_recorder.py"
|
|||||||
Cmd="${Cmd} --config=${Config}"
|
Cmd="${Cmd} --config=${Config}"
|
||||||
Cmd="${Cmd} --credentials_file=/.creds"
|
Cmd="${Cmd} --credentials_file=/.creds"
|
||||||
Cmd="${Cmd} --book=${Book}"
|
Cmd="${Cmd} --book=${Book}"
|
||||||
Cmd="${Cmd} --allow_dynamic_exch_inst"
|
# Cmd="${Cmd} --allow_dynamic_exch_inst"
|
||||||
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
Cmd="${Cmd} --active_exchanges=${ActiveExchanges}"
|
||||||
Cmd="${Cmd} --admin_port=${AdminPort}"
|
Cmd="${Cmd} --admin_port=${AdminPort}"
|
||||||
Cmd="${Cmd} --log_file=/logs/%T.TRADING_RECORDER.${Book}.log"
|
Cmd="${Cmd} --log_file=/logs/%T.TRADING_RECORDER.${Book}.log"
|
||||||
Reference in New Issue
Block a user