Learn how to migrate resources from MedStack to Aptible
aptible deploy
or you can set up CI/CD for automated deployments from a repository.
To scale an application, you can use manual horizontal scaling (number of containers) and vertical scaling (size and profile of container). We also offer vertical and horizontal autoscaling, both available in beta.
/.aptible/Procfile
in your pre-built Docker imagebefore_release
is a common place to put commands like database migration tasks/.aptible/.aptible.yml
in your pre-built Docker imageaptible config:set
or via the Configuration tab of your App in the web dashboardaptible deploy
commandaptible deploy
for Direct Docker Deployment using the Aptible CLI