forked from phongnguyend/Practical.CleanArchitecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtye.yml
42 lines (42 loc) · 1.15 KB
/
tye.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
name: classifiedads-modularmonolith
services:
- name: migrator
project: ./ClassifiedAds.Migrator/ClassifiedAds.Migrator.csproj
bindings:
- protocol: https
port: 44380
- name: identityserver
project: ./ClassifiedAds.IdentityServer/ClassifiedAds.IdentityServer.csproj
bindings:
- protocol: https
port: 44367
- name: webapi
project: ./ClassifiedAds.WebAPI/ClassifiedAds.WebAPI.csproj
bindings:
- protocol: https
port: 44312
- name: backgroundserver
project: ./ClassifiedAds.BackgroundServer/ClassifiedAds.BackgroundServer.csproj
bindings:
- protocol: https
port: 44318
- name: webmvc
project: ./ClassifiedAds.WebMVC/ClassifiedAds.WebMVC.csproj
bindings:
- protocol: https
port: 44364
- name: graphql
project: ./ClassifiedAds.GraphQL/ClassifiedAds.GraphQL.csproj
bindings:
- protocol: https
port: 44392
- name: blazorserverside
project: ./ClassifiedAds.BlazorServerSide/ClassifiedAds.BlazorServerSide.csproj
bindings:
- protocol: https
port: 44331
- name: blazorwebassembly
project: ./ClassifiedAds.BlazorWebAssembly/ClassifiedAds.BlazorWebAssembly.csproj
bindings:
- protocol: https
port: 44348