-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathtye.yaml
37 lines (32 loc) · 839 Bytes
/
tye.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
name: trouble-training
extensions:
- name: dapr
services:
- name: apiserver
project: Src/APIServer/API/APIServer.csproj
bindings:
- protocol: "https"
name: "https"
host: "localhost"
- name: identityserver
project: Src/IdentityServer/API/IdentityServer.csproj
bindings:
- protocol: "https"
name: "https"
host: "localhost"
- name: bffserver
project: Src/BFF/API/BFF.csproj
bindings:
- protocol: "https"
name: "https"
port: 5015
host: "localhost"
# Redis is not part of opensource workshop so for compatibility is uncommented!
# - name: redis
# image: redis
# bindings:
# - port: 6379
# connectionString: "${host}:${port}"
# - name: redis-cli
# image: redis
# args: "redis-cli -h redis MONITOR"