Update standalone-binary.mdx

This commit is contained in:
Daniel Hougaard
2024-07-23 09:52:42 +02:00
parent 121254f98d
commit cd3a64f3e7

View File

@@ -11,7 +11,7 @@ This is one of the easiest ways to deploy Infisical. It is a single executable,
The standalone deployment implements the "bring your own database" (BYOD) approach. This means that you will need to provide your own databases (specifically Postgres and Redis) for the Infisical services to use. The standalone deployment does not include any databases.
If you wish to streamline the deployment process, we recommend using the Ansible role for Infisical. The Ansible role automates the end to end deployment process, and will take care of everything like databases, redis deployment, web serving, and availability.
- [Automated Deployment with high availability (HA)](/docs/self-hosting/deployment-options/native/high-availability.mdx)
- [Automated Deployment with high availability (HA)](/docs/self-hosting/deployment-options/native/high-availability)
## Prerequisites