Skip to content

Commit 0bcfe27

Browse files
committed
fix 🐞: Docker Swarm
1 parent f7988a7 commit 0bcfe27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)