Update README.md

This commit is contained in:
Meysam Hadeli 2023-02-22 14:20:17 +03:30 committed by GitHub
parent 6dc4a5f41a
commit 7a1f946dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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