File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 - order_db_data:/var/lib/postgresql/data
3939
4040 order-service :
41- image : ayushdumasia/order-service
41+ image : ayushdumasia/order-service:f7988a7
4242 container_name : order-service
4343 environment :
4444 DB_HOST : order-db
@@ -75,7 +75,7 @@ services:
7575 - inventory_db_data:/var/lib/postgresql/data
7676
7777 inventory-service :
78- image : ayushdumasia/inventory-service
78+ image : ayushdumasia/inventory-service:f7988a7
7979 container_name : inventory-service
8080 ports :
8181 - ' 3001:3001'
@@ -104,7 +104,7 @@ services:
104104 - payment_db_data:/var/lib/postgresql/data
105105
106106 payment-service :
107- image : ayushdumasia/payment-service
107+ image : ayushdumasia/payment-service:f7988a7
108108 container_name : payment-service
109109 ports :
110110 - ' 3002:3002'
You can’t perform that action at this time.
0 commit comments