-
Notifications
You must be signed in to change notification settings - Fork 8
/
tye.yaml
49 lines (44 loc) · 1.13 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
name: inflow
services:
- name: API
project: src/APIGateway/Inflow.APIGateway/Inflow.APIGateway.csproj
bindings:
- port: 5000
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Customers
project: src/Customers/Inflow.Services.Customers.Api/Inflow.Services.Customers.Api.csproj
bindings:
- port: 5010
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Payments
project: src/Payments/Inflow.Services.Payments.Api/Inflow.Services.Payments.Api.csproj
bindings:
- port: 5020
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Users
project: src/Users/Inflow.Services.Users.Api/Inflow.Services.Users.Api.csproj
bindings:
- port: 5030
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Wallets
project: src/Wallets/Inflow.Services.Wallets.Api/Inflow.Services.Wallets.Api.csproj
bindings:
- port: 5050
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Saga
project: src/Saga/Inflow.Saga.Api/Inflow.Saga.Api.csproj
bindings:
- port: 5060
env:
- name: ASPNETCORE_ENVIRONMENT
value: development