version: '3.8' services: web: build: context: . dockerfile: Dockerfile ports: - "8081:8081" environment: - ASPNETCORE_ENVIRONMENT=Development