Microservices are obtained on .NET Core platforms by using ASP.NET Core 6.0 Web API, Docker, RabbitMQ, MassTransit, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SQLServer, EntityFramework Core, CQRS, .NET Core Identity Library Package, JWT and Clean Architecture technologies.
Hi @emregulistan ,
I have tried to deploy
aspnet-core-microservices
on x86_64 platform using docker-compose.Command:-
docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d
All the services are running fine as shown below:
I tried to open each service in browser using below URLs:
Able to access UI for all the services except API-GATEWAY service. Getting HTTP ERROR 404 .
Do you have any suggestions for the same.