Open-source event organizing web application and a reference DDD solution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

44 lines
1.6 KiB

name: myprojectname
services:
- name: identityserver
project: src/EventHub.IdentityServer/EventHub.IdentityServer.csproj
bindings:
- protocol: https
port: 44313
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: api
project: src/EventHub.HttpApi.Host/EventHub.HttpApi.Host.csproj
bindings:
- protocol: https
port: 44362
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: admin-api
project: src/EventHub.Admin.HttpApi.Host/EventHub.Admin.HttpApi.Host.csproj
bindings:
- protocol: https
port: 44305
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: web
project: src/EventHub.Web/EventHub.Web.csproj
bindings:
- protocol: https
port: 44308
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: web-admin
project: src/EventHub.Admin.Web/EventHub.Admin.Web.csproj
bindings:
- protocol: https
port: 44307
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: background-services
project: src/EventHub.BackgroundServices/EventHub.BackgroundServices.csproj