From 99084e2c8e111e09f6c74c6888bab3453e43fd47 Mon Sep 17 00:00:00 2001 From: Waqar Amin <68877880+vacaramin@users.noreply.github.com> Date: Sun, 10 Dec 2023 16:08:48 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0daf8c9..4580ba7d 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ docker-compose -f docker-compose-ci.yaml up ``` This command starts all services defined in the docker-compose-ci.yaml file. -### Production Environment -For a production environment, use the docker-compose-prod.yaml file. This pulls the latest backend and frontend images of virtual horizon from docker huband runs the services directly. +### One Command to Run it all +For running this application, use the docker-compose-prod.yaml file. This pulls the latest backend and frontend images of virtual horizon from docker hub and runs the images directly. No setups are required except docker and docker-compose. ```console docker-compose -f docker-compose-prod.yaml up -d ``` -This command starts all services in detached mode for production use.## Technologies Used +This command starts all services in detached mode. ## Technologies Used | ![Go](https://img.shields.io/badge/Go-00ADD8?style=for-the-badge&logo=go&logoColor=white) | ![React.js](https://img.shields.io/badge/React.js-61DAFB?style=for-the-badge&logo=react&logoColor=white) | ![Redux RTK](https://img.shields.io/badge/Redux%20RTK-764ABC?style=for-the-badge&logo=redux&logoColor=white) | ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?style=for-the-badge&logo=postgresql&logoColor=white) | ![Migration](https://img.shields.io/badge/Migration-000000?style=for-the-badge) | ![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white) | ![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-2088FF?style=for-the-badge&logo=github&logoColor=white) | ![GORM](https://img.shields.io/badge/GORM-0076C5?style=for-the-badge&logo=go&logoColor=white) | ![Gin](https://img.shields.io/badge/Gin-F05032?style=for-the-badge&logo=go&logoColor=white) |