Adding docker-compose project (#302)

This commit is contained in:
Steve Smith
2019-09-11 23:35:13 -04:00
committed by GitHub
parent 0426377955
commit 4127d90b01
5 changed files with 51 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
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