-
Notifications
You must be signed in to change notification settings - Fork 3
/
tye.yaml
35 lines (34 loc) · 842 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
34
35
# 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: trivia
services:
- name: triviaclient
project: src/TriviaClient/TriviaClient.csproj
env:
- name: COMPlus_DbgEnableMiniDump
value: "1"
- name: COMPlus_DbgMiniDumpName
value: "C:\\Users\\shirh\\source\\repos\\Trivia\\.dumps\\coredump.%d.dmp"
- name: triviaserver
project: src/TriviaServer/TriviaServer.csproj
- name: zipkin
image: openzipkin/zipkin
bindings:
- port: 9411
connectionString: "${host}:${port}"
- name: seq
image: datalust/seq
bindings:
- port: 5341
protocol: http
connectionString: "${host}:${port}"
env:
- name: ACCEPT_EULA
value: "Y"
volumes:
- source: .logs/
target: /data