Drop duplicate live gateway from compose file for now

agg_feedz
Tyler Goodlet 2022-11-07 10:19:12 -05:00
parent 40000345a1
commit 508de6182a
1 changed files with 31 additions and 31 deletions

View File

@ -62,39 +62,39 @@ services:
# - "127.0.0.1:4002:4002" # - "127.0.0.1:4002:4002"
# - "127.0.0.1:5900:5900" # - "127.0.0.1:5900:5900"
ib_gw_live: # ib_gw_live:
image: waytrade/ib-gateway:1012.2i # image: waytrade/ib-gateway:1012.2i
restart: always # restart: always
network_mode: 'host' # network_mode: 'host'
volumes: # volumes:
- type: bind # - type: bind
source: ./jts_live.ini # source: ./jts_live.ini
target: /root/jts/jts.ini # target: /root/jts/jts.ini
# don't let ibc clobber this file for # # don't let ibc clobber this file for
# the main reason of not having a stupid # # the main reason of not having a stupid
# timezone set.. # # timezone set..
read_only: true # read_only: true
# force our own ibc config # # force our own ibc config
- type: bind # - type: bind
source: ./ibc.ini # source: ./ibc.ini
target: /root/ibc/config.ini # target: /root/ibc/config.ini
# force our noop script - socat isn't needed in host mode. # # force our noop script - socat isn't needed in host mode.
- type: bind # - type: bind
source: ./fork_ports_delayed.sh # source: ./fork_ports_delayed.sh
target: /root/scripts/fork_ports_delayed.sh # target: /root/scripts/fork_ports_delayed.sh
# force our noop script - socat isn't needed in host mode. # # force our noop script - socat isn't needed in host mode.
- type: bind # - type: bind
source: ./run_x11_vnc.sh # source: ./run_x11_vnc.sh
target: /root/scripts/run_x11_vnc.sh # target: /root/scripts/run_x11_vnc.sh
read_only: true # read_only: true
# NOTE: to fill these out, define an `.env` file in the same dir as # # NOTE: to fill these out, define an `.env` file in the same dir as
# this compose file which looks something like: # # this compose file which looks something like:
environment: # environment:
TRADING_MODE: 'live' # TRADING_MODE: 'live'
VNC_SERVER_PASSWORD: 'doggy' # VNC_SERVER_PASSWORD: 'doggy'
VNC_SERVER_PORT: '3004' # VNC_SERVER_PORT: '3004'