forked from abpframework/eShopOnAbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tye.yaml
24 lines (22 loc) · 816 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
name: SnyderApps
services:
- name: web-angular
dockerFile: apps/angular/Dockerfile
bindings:
- port: 80
- name: web-gateway
project: gateways\web\src\SnyderApps.WebGateway\SnyderApps.WebGateway.csproj
bindings:
- protocol: https
port: 5000
env:
- Kestrel__Certificates__Default__Path=../../../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=8b6039b6-c67a-448b-977b-0ce6d3fcfd49
- name: base-service
project: services\base-service\src\SnyderApps.BaseService.Client\SnyderApps.BaseService.Client.csproj
bindings:
- protocol: https
port: 5002
env:
- Kestrel__Certificates__Default__Path=../../../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=8b6039b6-c67a-448b-977b-0ce6d3fcfd49