Installation Overview
Daployi can be installed in three primary ways. Choose the method that best matches your environment and familiarity with containers.
- Daployi Installer (container) — quickest and most guided approach. here
- Docker Compose — recommended for most users managing a single host here
- Standard Docker (docker run) — manual control over each container here
Prerequisites:
- A Linux/macOS/Windows machine with Docker installed
- At least 2 GB RAM free
- Open TCP ports (default): API 4000, Web 3000, MongoDB 27018, Redis 6378
- Ability to create and store secret files securely
Next:
- To use the automated installer, start with Daployi Installer.
- For a host-managed setup, see Docker Compose.
- If you prefer manual docker run commands, see Standard Docker.