artify / docker-compose.debug.yml
mfoud444's picture
first commit
8edbc20
raw
history blame contribute delete
424 Bytes
# Please refer https://aka.ms/HTTPSinContainer on how to setup an https developer certificate for your ASP.NET Core service.
version: '3.4'
services:
backend:
image: backend
build:
context: .
dockerfile: ./Dockerfile
args:
- configuration=Debug
ports:
- 5125:5125
environment:
- ASPNETCORE_ENVIRONMENT=Development
volumes:
- ~/.vsdbg:c:\remote_debugger:rw