ide configuration changes, add postgre to compose Co-authored-by: Maxchil <m.w.bohdanowicz@gmail.com>
11 lines
316 B
YAML
11 lines
316 B
YAML
# Please refer https://aka.ms/HTTPSinContainer on how to setup an https developer certificate for your ASP .NET Core service.
|
|
version: '3.4'
|
|
|
|
services:
|
|
internship.api:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
- ASPNETCORE_URLS=http://+:80
|
|
volumes:
|
|
- ~/.vsdbg:/remote_debugger:rw
|