@@ -19,7 +19,7 @@ services:
19
19
# ******************
20
20
# Accounting service
21
21
accountingservice :
22
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-accountingservice
22
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-accountingservice
23
23
container_name : accounting-service
24
24
build :
25
25
context : ./
@@ -46,7 +46,7 @@ services:
46
46
47
47
# AdService
48
48
adservice :
49
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-adservice
49
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-adservice
50
50
container_name : ad-service
51
51
build :
52
52
context : ./
@@ -75,7 +75,7 @@ services:
75
75
76
76
# Cart service
77
77
cartservice :
78
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-cartservice
78
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-cartservice
79
79
container_name : cart-service
80
80
build :
81
81
context : ./
@@ -106,7 +106,7 @@ services:
106
106
107
107
# Checkout service
108
108
checkoutservice :
109
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-checkoutservice
109
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-checkoutservice
110
110
container_name : checkout-service
111
111
build :
112
112
context : ./
@@ -154,7 +154,7 @@ services:
154
154
155
155
# Currency service
156
156
currencyservice :
157
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-currencyservice
157
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-currencyservice
158
158
container_name : currency-service
159
159
build :
160
160
context : ./src/currencyservice
@@ -179,7 +179,7 @@ services:
179
179
180
180
# Email service
181
181
emailservice :
182
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-emailservice
182
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-emailservice
183
183
container_name : email-service
184
184
build :
185
185
context : ./src/emailservice
@@ -205,7 +205,7 @@ services:
205
205
206
206
# Feature Flag service
207
207
featureflagservice :
208
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-featureflagservice
208
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-featureflagservice
209
209
container_name : feature-flag-service
210
210
build :
211
211
context : ./
@@ -236,7 +236,7 @@ services:
236
236
237
237
# Fraud Detection service
238
238
frauddetectionservice :
239
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-frauddetectionservice
239
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-frauddetectionservice
240
240
container_name : frauddetection-service
241
241
build :
242
242
context : ./
@@ -263,7 +263,7 @@ services:
263
263
264
264
# Frontend
265
265
frontend :
266
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-frontend
266
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-frontend
267
267
container_name : frontend
268
268
build :
269
269
context : ./
@@ -318,7 +318,7 @@ services:
318
318
319
319
# Frontend Proxy (Envoy)
320
320
frontendproxy :
321
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-frontendproxy
321
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-frontendproxy
322
322
container_name : frontend-proxy
323
323
build :
324
324
context : ./
@@ -360,7 +360,7 @@ services:
360
360
361
361
# Load Generator
362
362
loadgenerator :
363
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-loadgenerator
363
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-loadgenerator
364
364
container_name : load-generator
365
365
build :
366
366
context : ./
@@ -393,7 +393,7 @@ services:
393
393
394
394
# Payment service
395
395
paymentservice :
396
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-paymentservice
396
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-paymentservice
397
397
container_name : payment-service
398
398
build :
399
399
context : ./
@@ -420,7 +420,7 @@ services:
420
420
421
421
# Product Catalog service
422
422
productcatalogservice :
423
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-productcatalogservice
423
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-productcatalogservice
424
424
container_name : product-catalog-service
425
425
build :
426
426
context : ./
@@ -448,7 +448,7 @@ services:
448
448
449
449
# Quote service
450
450
quoteservice :
451
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-quoteservice
451
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-quoteservice
452
452
container_name : quote-service
453
453
build :
454
454
context : ./
@@ -476,7 +476,7 @@ services:
476
476
477
477
# Recommendation service
478
478
recommendationservice :
479
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-recommendationservice
479
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-recommendationservice
480
480
container_name : recommendation-service
481
481
build :
482
482
context : ./
@@ -511,7 +511,7 @@ services:
511
511
512
512
# Shipping service
513
513
shippingservice :
514
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-shippingservice
514
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-shippingservice
515
515
container_name : shipping-service
516
516
build :
517
517
context : ./
@@ -541,7 +541,7 @@ services:
541
541
# ******************
542
542
# Postgres used by Feature Flag service
543
543
ffspostgres :
544
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-ffspostgres
544
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-ffspostgres
545
545
container_name : ffs-postgres
546
546
build :
547
547
context : ./
@@ -568,7 +568,7 @@ services:
568
568
569
569
# Kafka used by Checkout, Accounting, and Fraud Detection services
570
570
kafka :
571
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-kafka
571
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-kafka
572
572
container_name : kafka
573
573
build :
574
574
context : ./
@@ -733,7 +733,7 @@ services:
733
733
# *****
734
734
# Frontend Tests
735
735
frontendTests :
736
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-frontend-tests
736
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-frontend-tests
737
737
container_name : frontend-tests
738
738
build :
739
739
context : ./
@@ -752,7 +752,7 @@ services:
752
752
753
753
# Integration Tests
754
754
integrationTests :
755
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-integrationTests
755
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-integrationTests
756
756
container_name : integrationTests
757
757
profiles :
758
758
- tests
@@ -783,7 +783,7 @@ services:
783
783
784
784
# Tracebased Tests
785
785
traceBasedTests :
786
- image : ${IMAGE_NAME}:${IMAGE_VERSION }-traceBasedTests
786
+ image : ${IMAGE_NAME}:${DEMO_VERSION }-traceBasedTests
787
787
container_name : traceBasedTests
788
788
profiles :
789
789
- tests
0 commit comments