@@ -83,7 +83,7 @@ services:
83
83
# Cart service
84
84
cart :
85
85
image : ${IMAGE_NAME}:${DEMO_VERSION}-cart
86
- container_name : cart-service
86
+ container_name : cart
87
87
build :
88
88
context : ./
89
89
dockerfile : ${CART_DOCKERFILE}
@@ -169,7 +169,7 @@ services:
169
169
# Currency service
170
170
currency :
171
171
image : ${IMAGE_NAME}:${DEMO_VERSION}-currency
172
- container_name : currency-service
172
+ container_name : currency
173
173
build :
174
174
context : ./
175
175
dockerfile : ${CURRENCY_DOCKERFILE}
@@ -197,7 +197,7 @@ services:
197
197
# Email service
198
198
email :
199
199
image : ${IMAGE_NAME}:${DEMO_VERSION}-email
200
- container_name : email-service
200
+ container_name : email
201
201
build :
202
202
context : ./
203
203
dockerfile : ${EMAIL_DOCKERFILE}
@@ -431,7 +431,7 @@ services:
431
431
# Payment service
432
432
payment :
433
433
image : ${IMAGE_NAME}:${DEMO_VERSION}-payment
434
- container_name : payment-service
434
+ container_name : payment
435
435
build :
436
436
context : ./
437
437
dockerfile : ${PAYMENT_DOCKERFILE}
@@ -493,7 +493,7 @@ services:
493
493
# Quote service
494
494
quote :
495
495
image : ${IMAGE_NAME}:${DEMO_VERSION}-quote
496
- container_name : quote-service
496
+ container_name : quote
497
497
build :
498
498
context : ./
499
499
dockerfile : ${QUOTE_DOCKERFILE}
@@ -521,7 +521,7 @@ services:
521
521
# Recommendation service
522
522
recommendation :
523
523
image : ${IMAGE_NAME}:${DEMO_VERSION}-recommendation
524
- container_name : recommendation-service
524
+ container_name : recommendation
525
525
build :
526
526
context : ./
527
527
dockerfile : ${RECOMMENDATION_DOCKERFILE}
0 commit comments