-
Notifications
You must be signed in to change notification settings - Fork 0
/
tye.yaml
43 lines (43 loc) · 1.38 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
# tye application configuration file
# read all about it at https://github.com/dotnet/tye
#
# when you've given us a try, we'd love to know what you think:
# https://aka.ms/AA7q20u
#
name: virtualfreezer
services:
- name: virtualfreezer-gateway
project: Getaway/src/VirtualFreezer.Gateway/VirtualFreezer.Gateway.csproj
bindings:
- port: 5001
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: virtualfreezer-identity-api
project: Identity/src/VirtualFreezer.Identity/VirtualFreezer.Identity.csproj
bindings:
- port: 5010
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: virtualfreezer-notifications-api
project: Notifications/src/VirtualFreezer.Notifications.Api/VirtualFreezer.Notifications.Api.csproj
bindings:
- port: 5020
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: virtualfreezer-productdefinitions-api
project: ProductDefinitions/src/VirtualFreezer.ProductDefinitions.Api/VirtualFreezer.ProductDefinitions.Api.csproj
bindings:
- port: 5030
env:
- name: ASPNETCORE_ENVIRONMENT
value: development
- name: virtualfreezer-products-api
project: Products/src/VirtualFreezer.Products.Api/VirtualFreezer.Products.Api.csproj
bindings:
- port: 5040
env:
- name: ASPNETCORE_ENVIRONMENT
value: development