Update config thresholds for scipio

This commit is contained in:
Ethan Paul 2021-02-05 00:57:56 -05:00
parent 646416dbf7
commit 3a56d20104
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
1 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,10 @@ x-global-env: &globalenv
SCIPIO_DB_USERNAME: root
SCIPIO_DB_PASSWORD: {{ omni_compose_app_secrets.scipio.database_password }}
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:
@ -78,8 +82,6 @@ services:
environment:
<<: *globalenv
SCIPIO_INTERVAL: "10"
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
SCIPIO_PHANTOM_HANDLER: tipranks
command: --phantom
deploy:
replicas: 1
@ -95,7 +97,6 @@ services:
environment:
<<: *globalenv
SCIPIO_INTERVAL: "5"
SCIPIO_EXECUTOR_HANDLER: hologram
command: --executor
deploy:
replicas: 1