forked from devmentors/micro-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tye.yaml
33 lines (30 loc) · 790 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
name: myspot
services:
- name: customers
project: samples/Micro.Samples.CustomersService/Micro.Samples.CustomersService.csproj
bindings:
- port: 5010
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: deliveries
project: samples/Micro.Samples.DeliveriesService/Micro.Samples.DeliveriesService.csproj
bindings:
- port: 5020
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: orders
project: samples/Micro.Samples.OrdersService/Micro.Samples.OrdersService.csproj
bindings:
- port: 5030
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: Saga
project: samples/Micro.Samples.Saga/Micro.Samples.Saga.csproj
bindings:
- port: 5050
env:
- name: ASPNETCORE_ENVIRONMENT
value: development