-
Notifications
You must be signed in to change notification settings - Fork 72
/
docker-compose.yml
47 lines (39 loc) · 1.27 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version: "3.4"
services:
masa.eshop.services.basket:
image: ${DOCKER_REGISTRY-}masaeshopservicesbasket
build:
context: .
dockerfile: src/Services/Masa.EShop.Services.Basket/Dockerfile
masa.eshop.services.catalog:
image: ${DOCKER_REGISTRY-}masaeshopservicescatalog
build:
context: .
dockerfile: src/Services/Masa.EShop.Services.Catalog/Dockerfile
masa.eshop.services.ordering:
image: ${DOCKER_REGISTRY-}masaeshopservicesordering
build:
context: .
dockerfile: src/Services/Masa.EShop.Services.Ordering/Dockerfile
masa.eshop.services.payment:
image: ${DOCKER_REGISTRY-}masaeshopservicespayment
build:
context: .
dockerfile: src/Services/Masa.EShop.Services.Payment/Dockerfile
#masa.eshop.web.admin:
# image: ${DOCKER_REGISTRY-}masaeshopwebadmin
# build:
# context: .
# dockerfile: src/Web/Masa.EShop.Web.Admin/Dockerfile
masa.eshop.web.client:
image: ${DOCKER_REGISTRY-}masaeshopwebclient
build:
context: .
dockerfile: src/Web/Masa.EShop.Web.Client/Dockerfile
masa.eshop.api.open:
image: ${DOCKER_REGISTRY-}masaeshopapiopen
build:
context: .
dockerfile: src/Api/Masa.EShop.Api.Open/Dockerfile
dapr-placement:
image: "daprio/dapr:1.5.1"