services: webapp: container_name: band build: context: . dockerfile: Dockerfile ports: - "5006:5001" environment: - ASPNETCORE_ENVIRONMENT=Production