version: '3' services: webapp: build: ./src/TerribleDev.Blog.Web ports: - "80:80" - "443:443" environment: - ASPNETCORE_ENVIRONMENT=development