mirror of
https://github.com/valentincanonical/eShopOnWeb-chisel-demo.git
synced 2026-05-20 23:32:53 +00:00
14 lines
366 B
YAML
14 lines
366 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
eshopwebmvc:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
- ASPNETCORE_URLS=https://+:443;http://+:80
|
|
- ASPNETCORE_HTTPS_PORT=5443
|
|
ports:
|
|
- "5106:80"
|
|
- "5443:443"
|
|
volumes:
|
|
- ~/.aspnet/https:/root/.aspnet/https:ro
|
|
- ~/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro |