Flip tz to NY, add note about .env file

dockerize_ib_gw
Tyler Goodlet 2022-05-22 15:54:11 -04:00
parent a79a99fc71
commit 81b77df544
2 changed files with 8 additions and 1 deletions

View File

@ -29,6 +29,13 @@ services:
source: ./fork_ports_delayed.sh
target: /root/scripts/fork_ports_delayed.sh
# NOTE:to fill these out, define an `.env` file in the same dir as
# this compose file which looks something like:
# TWS_USERID='myuser'
# TWS_PASSWORD='guest'
# TRADING_MODE=paper (or live)
# VNC_SERVER_PASSWORD='diggity'
environment:
TWS_USERID: ${TWS_USERID}
TWS_PASSWORD: ${TWS_PASSWORD}

View File

@ -20,7 +20,7 @@ TrustedIPs=127.0.0.1
Locale=en
# most markets are oriented around this zone
# so might as well hard code it.
TimeZone=America/Toronto
TimeZone=America/New_York
UseSSL=true
displayedproxymsg=1
os_titlebar=true