Skip to content

Commit

Permalink
#92: services configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Dec 24, 2023
1 parent 90e44d3 commit 7b30686
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions SwiftParcel/d-docker-compose/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
container_name: identity-service
restart: unless-stopped
ports:
- 6001:80
- 5292:80
networks:
- swiftparcel

Expand All @@ -16,7 +16,7 @@ services:
container_name: availability-service
restart: unless-stopped
ports:
- 6002:80
- 5001:80
networks:
- swiftparcel
web:
Expand All @@ -27,6 +27,46 @@ services:
- 3001:80
networks:
- swiftparcel

deliveries-service:
image: apa/swiftparcel.services.deliveries
container_name: deliveries-service
restart: unless-stopped
ports:
- 5003:80
networks:
- swiftparcel

parcels-service:
image: apa/swiftparcel.services.parcels
container_name: parcels-service
restart: unless-stopped
ports:
- 5007:80
networks:
- swiftparcel

pricing-service:
image: apa/swiftparcel.services.pricing
container_name: pricing-service
restart: unless-stopped
ports:
- 5008:80
networks:
- swiftparcel

customers-service:
image: apa/swiftparcel.services.customers
container_name: customers-service
restart: unless-stopped
ports:
- 5002:80
networks:
- swiftparcel






networks:
Expand Down

0 comments on commit 7b30686

Please sign in to comment.