forked from masalabs/MASA.EShop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
52 lines (39 loc) · 1.27 KB
/
docker-compose.yml
File metadata and controls
52 lines (39 loc) · 1.27 KB
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
48
49
50
51
52
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"