From 7a1f946dee481bdbb768b41c2b045d15a8b10d72 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:20:17 +0330 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e149b68..f484ecb 100644 --- a/README.md +++ b/README.md @@ -157,11 +157,6 @@ Run this app in docker using the [docker-compose.yaml](./deployments/docker-comp ```bash docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d ``` -Also we have a seprate docker file for up and running [infrastracture.yaml](./deployments/docker-compose/infrastracture.yaml) independently: - -```bash -docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d -``` ### Kubernetes - TODO From 49d31d18579d34716612068ac400c3f6ae0dba24 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:01:06 +0330 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f484ecb..e69599b 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Using the CQRS pattern, we cut each business functionality into vertical slices, ### Config Certificate -Run the following commands for [Config SSL](https://docs.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-6.0) in your system +Run the following commands for [self-signed certificates](https://docs.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-6.0) in your system #### Windows using Linux containers ```bash