Unable to run the solution Docker from latest branch #7842
Replies: 2 comments
-
got it worked |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this as resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used the guide given below to setup and run the solution on docker but it give many errors
What is the workaround or correct way to run the solution on docker
-------------------- used guidline -------------
"Install Docker Compose.
Clone the repository and switch to the project directory:
git clone --depth 1 --branch latest https://github.com/juspay/hyperswitch
cd hyperswitch
(Optional) Configure the application using the config/docker_compose.toml file. The provided configuration should work as is. If you do update the docker_compose.toml file, ensure to also update the corresponding values in the docker-compose.yml file.
Start all the services using Docker Compose:
docker compose up -d
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), and for the hyperswitch-web container to finish compiling before proceeding further. You can also choose to run the scheduler and monitoring services in addition to the app server, web client and control center.
Verify that the server is up and running by hitting the health endpoint:
curl --head --request GET 'http://localhost:8080/health'
If the command returned a 200 OK status code, proceed with trying out our APIs."
Beta Was this translation helpful? Give feedback.
All reactions