Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vacaramin authored Dec 10, 2023
1 parent 7f141fa commit 99084e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 99084e2

Please sign in to comment.