Architecture
📦 📦 📦
Modern paradigms and backward compatibility combined. Serverfull containers have direct access on the file system. This enables direct SSH and even SFTP.
The platform is service-oriented with individually scalable components. Services do not share resources with Apache/PHP-FPM, enabling better resource allocation and allowing individual configuration and scaling of resources. This design helps avoid over-provisioning, optimize resource usage, and reduce energy consumption.
# App
An app is a logical grouping of environments in our dashboard, it combines billing ownership, collaboration and other settings, such as the connection to the Git repo.
# Environments
Each app has at least one environment, which exposes an actual LAMP stack. An environment can be mapped to a repo. This makes it easy to create multiple environments for multi staging. Each environment books multiple components that control the resources available to you.