File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Example Architecture with Two Noisy LRS' and one Transactional LRS
22
3+ x-lrsql-image : &lrsql_image yetanalytics/lrsql:v0.7.20
4+
35volumes :
46 nsy_lrs_1_db_data :
57 nsy_lrs_2_db_data :
@@ -20,7 +22,7 @@ services:
2022 POSTGRES_DB : lrsql_db
2123 # - Noisy LRS 1: App
2224 nsy_lrs_1 :
23- image : yetanalytics/lrsql:v0.7.20
25+ image : *lrsql_image
2426 command :
2527 - /lrsql/bin/run_postgres.sh
2628 ports :
@@ -58,7 +60,7 @@ services:
5860 POSTGRES_DB : lrsql_db
5961 # - Noisy LRS 2: App
6062 nsy_lrs_2 :
61- image : yetanalytics/lrsql:v0.7.20
63+ image : *lrsql_image
6264 command :
6365 - /lrsql/bin/run_postgres.sh
6466 ports :
@@ -96,7 +98,7 @@ services:
9698 POSTGRES_DB : lrsql_db
9799 # - Noisy LRS 3: App
98100 nsy_lrs_3 :
99- image : yetanalytics/lrsql:v0.7.20
101+ image : *lrsql_image
100102 command :
101103 - /lrsql/bin/run_postgres.sh
102104 ports :
@@ -136,7 +138,7 @@ services:
136138 - " 5431:5432"
137139 # - Transactional LRS: App
138140 txn_lrs :
139- image : yetanalytics/lrsql:v0.7.20
141+ image : *lrsql_image
140142 command :
141143 - /lrsql/bin/run_postgres.sh
142144 ports :
You can’t perform that action at this time.
0 commit comments