-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathazure.yaml
46 lines (45 loc) · 1.19 KB
/
azure.yaml
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
yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: reddog-spring-dapr
services:
accounting-service:
project: ./src/accounting-service
module: app/accounting-service
language: java
host: containerapp
loyalty-service:
project: ./src/loyalty-service
module: app/loyalty-service
language: java
host: containerapp
makeline-service:
project: ./src/makeline-service
module: app/makeline-service
language: java
host: containerapp
order-service:
project: ./src/order-service
module: app/order-service
language: java
host: containerapp
receipt-generation-service:
project: ./src/receipt-generation-service
module: app/receipt-generation-service
language: java
host: containerapp
virtual-customers:
project: ./src/virtual-customers
module: app/virtual-customers
language: java
host: containerapp
virtual-worker:
project: ./src/virtual-worker
module: app/virtual-worker
language: java
host: containerapp
ui:
project: ./src/ui
module: app/ui
language: js
host: containerapp
docker:
path: Dockerfile.multistage