Update config thresholds for scipio
This commit is contained in:
parent
646416dbf7
commit
3a56d20104
@ -10,6 +10,10 @@ x-global-env: &globalenv
|
|||||||
SCIPIO_DB_USERNAME: root
|
SCIPIO_DB_USERNAME: root
|
||||||
SCIPIO_DB_PASSWORD: {{ omni_compose_app_secrets.scipio.database_password }}
|
SCIPIO_DB_PASSWORD: {{ omni_compose_app_secrets.scipio.database_password }}
|
||||||
SCIPIO_DB_SCHEMA: scipio
|
SCIPIO_DB_SCHEMA: scipio
|
||||||
|
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
|
||||||
|
SCIPIO_PHANTOM_HANDLER: tipranks
|
||||||
|
SCIPIO_EXECUTOR_HANDLER: hologram
|
||||||
|
SCIPIO_THRESHOLD_MIN_PROJECTED_RETURN_TO_BUY: "75"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@ -78,8 +82,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
<<: *globalenv
|
<<: *globalenv
|
||||||
SCIPIO_INTERVAL: "10"
|
SCIPIO_INTERVAL: "10"
|
||||||
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
|
|
||||||
SCIPIO_PHANTOM_HANDLER: tipranks
|
|
||||||
command: --phantom
|
command: --phantom
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@ -95,7 +97,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
<<: *globalenv
|
<<: *globalenv
|
||||||
SCIPIO_INTERVAL: "5"
|
SCIPIO_INTERVAL: "5"
|
||||||
SCIPIO_EXECUTOR_HANDLER: hologram
|
|
||||||
command: --executor
|
command: --executor
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
Reference in New Issue
Block a user