📄️ Installation Overview
Daployi can be installed in three primary ways. Choose the method that best matches your environment and familiarity with containers.
📄️ Daployi Installer
The Daployi Installer is the quickest way to get Daployi up and running. It runs as a container will automatically setup the required services and generate secrets.
📄️ Install with Docker Compose
You can use the docker install utility with compose which will automaticaly setup the compose script and environment needed. Or alternatively you can install the sercices manually.
📄️ Install with Standard Docker (docker run)
This guide shows how to run Daployi services using plain docker run commands. This method offers maximum control, but requires more steps.