-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(deploy): Add one-click Docker setup script #7804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deploy): Add one-click Docker setup script #7804
Conversation
Implements a comprehensive bash script that simplifies the Hyperswitch Docker setup process with the following features: - Prerequisites checking for Docker and Docker Compose - Port availability validation - Multiple deployment profiles (Minimal, Standard, Full, Development) - Automatic configuration setup - Service health monitoring - Detailed documentation in README.md and docs/one_click_setup.md Resolves issue juspay#7761
Hey @djcrafts, thanks for the PR! |
Hey @SanchithHegde @djcrafts, I will be contributing to this script to make the necessary corrections as we need this script asap. Thanks! |
Co-authored-by: Sanchith Hegde <[email protected]>
Co-authored-by: Sanchith Hegde <[email protected]>
Thanks everyone for picking this up and pushing it to completion! I had initially kicked this off but couldn’t contribute further due to other commitments — really appreciate @gorakhnathy7 and others for stepping in, improving the script, and getting it over the line 🙌 |
Implements a comprehensive bash script that simplifies the Hyperswitch Docker setup process with the following features:
Resolves issue #7761
Type of Change
Description
Additional Changes
Motivation and Context
How did you test it?
Sharing SS from local:

Checklist
cargo +nightly fmt --all
cargo clippy