1- version : ' 2'
2-
1+ version : ' 3'
32
43services :
54 graceperiodmanager :
6- image : eshop/graceperiodmanager
5+ image : eshop/graceperiodmanager:${TAG:-latest}
76 build :
87 context : ./src/Services/GracePeriod/GracePeriodManager
98 dockerfile : Dockerfile
@@ -12,7 +11,7 @@ services:
1211 - rabbitmq
1312
1413 basket.api :
15- image : eshop/basket.api
14+ image : eshop/basket.api:${TAG:-latest}
1615 build :
1716 context : ./src/Services/Basket/Basket.API
1817 dockerfile : Dockerfile
@@ -21,7 +20,7 @@ services:
2120 - identity.api
2221
2322 catalog.api :
24- image : eshop/catalog.api
23+ image : eshop/catalog.api:${TAG:-latest}
2524 build :
2625 context : ./src/Services/Catalog/Catalog.API
2726 dockerfile : Dockerfile
@@ -30,15 +29,15 @@ services:
3029 - rabbitmq
3130
3231 identity.api :
33- image : eshop/identity.api
32+ image : eshop/identity.api:${TAG:-latest}
3433 build :
3534 context : ./src/Services/Identity/Identity.API
3635 dockerfile : Dockerfile
3736 depends_on :
3837 - sql.data
3938
4039 ordering.api :
41- image : eshop/ordering.api
40+ image : eshop/ordering.api:${TAG:-latest}
4241 build :
4342 context : ./src/Services/Ordering/Ordering.API
4443 dockerfile : Dockerfile
@@ -47,7 +46,7 @@ services:
4746 - rabbitmq
4847
4948 marketing.api :
50- image : eshop/marketing.api
49+ image : eshop/marketing.api:${TAG:-latest}
5150 build :
5251 context : ./src/Services/Marketing/Marketing.API
5352 dockerfile : Dockerfile
@@ -58,7 +57,7 @@ services:
5857 - rabbitmq
5958
6059 webspa :
61- image : eshop/webspa
60+ image : eshop/webspa:${TAG:-latest}
6261 build :
6362 context : ./src/Web/WebSPA
6463 dockerfile : Dockerfile
@@ -67,7 +66,7 @@ services:
6766 - basket.api
6867
6968 webmvc :
70- image : eshop/webmvc
69+ image : eshop/webmvc:${TAG:-latest}
7170 build :
7271 context : ./src/Web/WebMVC
7372 dockerfile : Dockerfile
@@ -95,21 +94,21 @@ services:
9594 - " 5672:5672"
9695
9796 webstatus :
98- image : eshop/webstatus
97+ image : eshop/webstatus:${TAG:-latest}
9998 build :
10099 context : ./src/Web/WebStatus
101100 dockerfile : Dockerfile
102101
103102 payment.api :
104- image : eshop/payment.api
103+ image : eshop/payment.api:${TAG:-latest}
105104 build :
106105 context : ./src/Services/Payment/Payment.API
107106 dockerfile : Dockerfile
108107 depends_on :
109108 - rabbitmq
110109
111110 locations.api :
112- image : eshop/locations.api
111+ image : eshop/locations.api:${TAG:-latest}
113112 build :
114113 context : ./src/Services/Location/Locations.API
115114 dockerfile : Dockerfile
0 commit comments