|
@ -10,25 +10,25 @@ services: |
|
|
volumes: |
|
|
volumes: |
|
|
- ~/.aspnet/https:/https:ro |
|
|
- ~/.aspnet/https:/https:ro |
|
|
|
|
|
|
|
|
ordering-api: |
|
|
|
|
|
|
|
|
webstatus: |
|
|
environment: |
|
|
environment: |
|
|
- ASPNETCORE_URLS=https://+:443;http://+:80 |
|
|
|
|
|
|
|
|
- ASPNETCORE_URLS=https://+:443 |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Password=<secure-COMPLEX-and-SECRET-password> |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Password=<secure-COMPLEX-and-SECRET-password> |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/docker-self-signed.pfx |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/docker-self-signed.pfx |
|
|
volumes: |
|
|
volumes: |
|
|
- ~/.aspnet/https:/https:ro |
|
|
- ~/.aspnet/https:/https:ro |
|
|
|
|
|
|
|
|
webstatus: |
|
|
|
|
|
|
|
|
webmvc: |
|
|
environment: |
|
|
environment: |
|
|
- ASPNETCORE_URLS=https://+:443 |
|
|
|
|
|
|
|
|
- ASPNETCORE_URLS=https://+:443;http://+:80 |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Password=<secure-COMPLEX-and-SECRET-password> |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Password=<secure-COMPLEX-and-SECRET-password> |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/docker-self-signed.pfx |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/docker-self-signed.pfx |
|
|
volumes: |
|
|
volumes: |
|
|
- ~/.aspnet/https:/https:ro |
|
|
- ~/.aspnet/https:/https:ro |
|
|
|
|
|
|
|
|
webmvc: |
|
|
|
|
|
|
|
|
webspa: |
|
|
environment: |
|
|
environment: |
|
|
- ASPNETCORE_URLS=https://+:443 |
|
|
|
|
|
|
|
|
- ASPNETCORE_URLS=https://+:443;http://+:80 |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Password=<secure-COMPLEX-and-SECRET-password> |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Password=<secure-COMPLEX-and-SECRET-password> |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/docker-self-signed.pfx |
|
|
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/docker-self-signed.pfx |
|
|
volumes: |
|
|
volumes: |
|
|