-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtye.yaml
65 lines (58 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: myspot
services:
- name: Gateway
project: src/Gateway/MySpot.Gateway.Api/MySpot.Gateway.Api.csproj
bindings:
- port: 5000
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Saga
project: src/Saga/MySpot.Saga.Api/MySpot.Saga.Api.csproj
bindings:
- port: 5010
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Availability
project: src/Services/Availability/MySpot.Services.Availability.Api/MySpot.Services.Availability.Api.csproj
bindings:
- port: 5020
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Mapping
project: src/Services/Mapping/MySpot.Services.Mapping.Api/MySpot.Services.Mapping.Api.csproj
bindings:
- port: 5030
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: ParkingSpots
project: src/Services/ParkingSpots/MySpot.Services.ParkingSpots.Api/MySpot.Services.ParkingSpots.Api.csproj
bindings:
- port: 5040
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Reservations
project: src/Services/Reservations/MySpot.Services.Reservations.Api/MySpot.Services.Reservations.Api.csproj
bindings:
- port: 5050
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Users
project: src/Services/Users/MySpot.Services.Users.Api/MySpot.Services.Users.Api.csproj
bindings:
- port: 5070
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Notifications
project: src/Services/Notifications/MySpot.Services.Notifications.Api/MySpot.Services.Notifications.Api.csproj
bindings:
- port: 5080
env:
- name: ASPNETCORE_ENVIRONMENT
value: development