Execute docker-compose up --build -d in root directory.
Execute docker-compose up --build -d --scale customer-api=3 in root directory.
-
Api (Ocelot): http://localhost:8090
-
Customer Api: http://localhost:8090/customers
-
Product Api: http://localhost:8090/products
-
Api (ASP.NET Core)
-
Database: SQL Server
-
Api: ASP.NET Core
-
Database: SQL Server
dotnet dev-certs https -ep localhost.pfx -p 123456
dotnet dev-certs https --trust
openssl pkcs12 -in localhost.pfx -out localhost.pem -nodes
openssl pkcs12 -in localhost.pfx -clcerts -nokeys -out localhost.crt
openssl pkcs12 -in localhost.pfx -nocerts -out localhost.key
-
Envoy
-
Certbot