generated from SwissLife-OSS/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tye.yaml
45 lines (45 loc) · 1.03 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
services:
- name: IdOpsFrontend
executable: node
args: ./node_modules/@vue/cli-service/bin/vue-cli-service.js serve ./src/main.js
workingDirectory: src/UI/
env:
- DEV_USER=admin
bindings:
- port: 5010
protocol: http
- name: IdOpsBackend
project: src/Server/src/Api.Host/Api.Host.csproj
buildProperties:
- name: Configuration
value: Debug
env_file:
- env/idops.env
bindings:
- port: 5000
- name: IdDev
project: src/IdentityServer/samples/Server/IdentityServer.csproj
replicas: 1
env_file:
- env/id.env
- env/id_dev.env
bindings:
- port: 5001
- name: IdStaging
replicas: 1
project: src/IdentityServer/samples/Server/IdentityServer.csproj
env_file:
- env/id.env
- env/id_stage.env
bindings:
- port: 5002
- name: mongo
image: mongo
bindings:
- port: 27027
containerPort: 27017
- name: rabbitmq
image: rabbitmq:3-management
bindings:
- protocol: amqp
port: 5672