Prerequisites
Verify prerequisites
To verify that Docker compose and Docker are installed on the machine where you plan to install Infisical, run the following commands. Check for docker installationDownload docker compose file
You can obtain the Infisical docker compose file by using a command-line downloader such aswget or curl.
If your system doesn’t have either of these, you can use a equivalent command that works with your machine.
- curl
- wget
Configure instance credentials
Infisical requires a set of credentials used for connecting to dependent services such as Postgres, Redis, etc. The default credentials can be downloaded using the one of the commands listed below.- curl
- wget
.env file.
View all available configurations here.
Start Infisical
Run the command below to start Infisical and all related services.80. To access your instance, visit http://localhost:80.
