docs: update Docker Compose setup guide to checkout latest tag (#4695)

This commit is contained in:
Sanchith Hegde
2024-05-20 18:31:35 +05:30
committed by GitHub
parent 909e75c71a
commit 40f6776c46
3 changed files with 21 additions and 7 deletions

View File

@ -36,7 +36,7 @@ Check the Table Of Contents to jump to the relevant section.
2. Clone the repository and switch to the project directory:
```shell
git clone https://github.com/juspay/hyperswitch
git clone --depth 1 --branch latest https://github.com/juspay/hyperswitch
cd hyperswitch
```
@ -51,13 +51,13 @@ Check the Table Of Contents to jump to the relevant section.
docker compose up -d
```
This should run the hyperswitch payments router, the primary component within
hyperswitch.
This should run the hyperswitch app server, web client and control center.
Wait for the `migration_runner` container to finish installing `diesel_cli`
and running migrations (approximately 2 minutes) before proceeding further.
and running migrations (approximately 2 minutes), and for the
`hyperswitch-web` container to finish compiling before proceeding further.
You can also choose to
[run the scheduler and monitoring services](#run-the-scheduler-and-monitoring-services)
in addition to the payments router.
in addition to the app server, web client and control center.
5. Verify that the server is up and running by hitting the health endpoint: