Update time references to Eastern Time and adjust maintenance job schedule
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m28s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m28s
This commit is contained in:
@@ -20,6 +20,7 @@ services:
|
||||
MAX_POSITION_VALUE: "${MAX_POSITION_VALUE:-1000}"
|
||||
FUND_MAX_POSITION_SHARES: "${FUND_MAX_POSITION_SHARES:-1000}"
|
||||
FUND_MAX_POSITION_VALUE: "${FUND_MAX_POSITION_VALUE:-10000}"
|
||||
TZ: "America/Toronto"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
@@ -43,6 +44,7 @@ services:
|
||||
MASTODON_POST_LIMIT: "${MASTODON_POST_LIMIT:-20}"
|
||||
PRICE_HISTORY_ACTIVE_DAYS: "${PRICE_HISTORY_ACTIVE_DAYS:-7}"
|
||||
PRICE_HISTORY_INACTIVE_HOURS: "${PRICE_HISTORY_INACTIVE_HOURS:-24}"
|
||||
TZ: "America/Toronto"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user