creds to be taken from volumes

This commit is contained in:
2024-12-16 18:07:34 -05:00
parent 7165d611c6
commit 63831e16b1
26 changed files with 8 additions and 458 deletions
-7
View File
@@ -1,7 +0,0 @@
{
"__dummy__": null
, "ALPACA_SANDBOX": {
"api_key": "PKM1ASU8ULKSGO45ZZBV"
, "secret_key": "XDBrrkOsxl9rMDs4GAFvG1WYiC3oLba04WbEZjR9"
}
}
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
# must be from disted version
COPY cvtt-rust/bin/alpaca_md_hbar_loader /
COPY ${FROM_DIR}/.creds /.creds
# COPY ${FROM_DIR}/.creds /.creds
COPY ${FROM_DIR}/alpaca_hbar.sh /alpaca_hbar.sh
COPY docker_dev/shared/id_rsa /root/.ssh/id_rsa
-4
View File
@@ -43,10 +43,6 @@ while getopts ":d:N:" opt; do
esac
done
# if [ -z ${Symbols} ] ; then
# echo "symbols are not specified"
# usage
# fi
mkdir -p ${OutputDir}
mkdir -p ${LogDir}