Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,22 @@ services:
bash -c "LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/fastdds discovery -q 51000"
ports:
- "51000:51000"
restart: unless-stopped

distributed_ats:
container_name: distributed_ats
image: ghcr.io/mkipnis/dats_ust_clob:latest
depends_on:
- fast_dds_discovery
command: >
bash -c "cd /usr/local &&
source ./dats_env.sh &&
cd MiscATS &&
BASEDIR_ATS=`pwd`/USTreasuryCLOB
python3 start_ats.py --ats USTreasuryCLOB/ust_ats.json"
bash -c "cd /usr/local && source ./dats_env.sh &&
cd MiscATS && BASEDIR_ATS=`pwd`/USTreasuryCLOB python3 start_ats.py --ats USTreasuryCLOB/ust_ats.json"
volumes:
- ./logs_ats:/usr/local/MiscATS/USTreasuryCLOB/logs
ports: # FIX Gateways
ports:
- "15001:15001"
- "16001:16001"
restart: unless-stopped

# WebTrader Front-End
distributed_ats_webtrader:
Expand All @@ -98,6 +97,7 @@ services:
- ./webtrader_logs:/usr/local/tomcat/logs
ports:
- "8080:8080"
restart: unless-stopped
```

### Dependencies
Expand Down