Skip to content

Commit 8ffc2db

Browse files
authored
Merge pull request #31 from mkipnis/misc_0925
Update README.md
2 parents 15d9a9f + 2941bd1 commit 8ffc2db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,22 @@ services:
7070
bash -c "LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/fastdds discovery -q 51000"
7171
ports:
7272
- "51000:51000"
73+
restart: unless-stopped
7374
7475
distributed_ats:
7576
container_name: distributed_ats
7677
image: ghcr.io/mkipnis/dats_ust_clob:latest
7778
depends_on:
7879
- fast_dds_discovery
7980
command: >
80-
bash -c "cd /usr/local &&
81-
source ./dats_env.sh &&
82-
cd MiscATS &&
83-
BASEDIR_ATS=`pwd`/USTreasuryCLOB
84-
python3 start_ats.py --ats USTreasuryCLOB/ust_ats.json"
81+
bash -c "cd /usr/local && source ./dats_env.sh &&
82+
cd MiscATS && BASEDIR_ATS=`pwd`/USTreasuryCLOB python3 start_ats.py --ats USTreasuryCLOB/ust_ats.json"
8583
volumes:
8684
- ./logs_ats:/usr/local/MiscATS/USTreasuryCLOB/logs
87-
ports: # FIX Gateways
85+
ports:
8886
- "15001:15001"
8987
- "16001:16001"
88+
restart: unless-stopped
9089
9190
# WebTrader Front-End
9291
distributed_ats_webtrader:
@@ -98,6 +97,7 @@ services:
9897
- ./webtrader_logs:/usr/local/tomcat/logs
9998
ports:
10099
- "8080:8080"
100+
restart: unless-stopped
101101
```
102102

103103
### Dependencies

0 commit comments

Comments
 (0)