Applications
Learn how to deploy and manage different types of applications
4 articles
Everything about persistent volumes
Persistent volumes allow your application to store files that persist across deployments and container restarts, essential for user-uploaded content and generated files.
Storage volume resizing
Currently, storage volumes cannot be resized after they have been created. We're actively working on adding storage resizing capabilities, which will be released in a future update.
Understanding application instances
An instance is a running copy of your application, and you can run multiple instances simultaneously to improve availability and handle more traffic. Any instance can be terminated and recreated at any time, so store all important data in databases or persistent volumes rather than relying on files or memory within individual instances.
WordPress Applications
Deploy WordPress sites with persistent storage and automatic updates.