aspnetrun / run-aspnetcore-microservices

Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=JULY24
MIT License
2.55k stars 1.38k forks source link

No such service build #1

Closed ChBasitGill closed 4 years ago

ChBasitGill commented 4 years ago

WARNING: The WEBAPP_STORAGE_HOME variable is not set. Defaulting to a blank string. WARNING: The HOME variable is not set. Defaulting to a blank string. ERROR: No such service: build

mehmetozkaya commented 4 years ago

Can you please use below command when compose docker file ? In some cases "-build" parameter gives that error so I replace it "-d" parameter in order run background.

docker-compose -f docker-compose.yml -f docker-compose.override.yml up –d

ChBasitGill commented 4 years ago

Thanks, it is working fine now.