📄️ Deploy
Our deployment system is designed for flexibility, capable of running any software that can be containerized into a Docker image.
📄️ Containers
You can adjust the number of containers (or replicas) for your app (or database) on the app env page. Just use the controls in the header:
📄️ Auto-scaling
Auto-scaling automatically adjusts the number of containers running your application based on CPU and memory utilization. This ensures your app can handle traffic spikes without manual intervention, and scales down during quiet periods to save resources.
📄️ Deploy Env Vars
You can add environment variables to your container available at runtime.
📄️ App Advanced Settings
Our App page has a tab called Settings. In this tab you can find the following advanced settings:
📄️ Container Registry
You can deploy your apps just by providing the name of an existent Docker image.
📄️ Deploy with Image
On creating a new app, you can choose to use a custom image to deploy your app.
📄️ Quave Cloud Environment Variables
Within your running container on Quave Cloud, certain environment variables are accessible.
📄️ Exec Terminal
The Exec Terminal gives you a browser-based terminal session into a running container. You can use it to debug issues, inspect files, run one-off commands, or check the state of processes inside your containers -- all without leaving the Quave Cloud dashboard.
📄️ Storage
Ephemeral