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.
|
version: '3.4'
|
|
|
|
services:
|
|
trek12_api:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
- ASPNETCORE_URLS=https://+:443;http://+:80
|
|
ports:
|
|
- "80"
|
|
- "443"
|
|
volumes:
|
|
- ~/.aspnet/https:/root/.aspnet/https:ro
|
|
- ~/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro |