Aptible PaaS logoDocs

Apps

Learn how to deploy, connect, and manage your Apps

Overview

On Aptible, an App represents the deployment of your code. An App may consist of multiple Services, each running a unique command against a common codebase.

Users may deploy Apps in one of 2 ways:

  • Dockerfile Deploy, in which you push a Git repository to Aptible and Aptible builds a Docker image on your behalf
  • Direct Docker Image Deploy, in which you deploy a Docker image you’ve built yourself outside of Aptible.

Learn more about Apps

  1. Deploying Apps: Learn to deploy your code into Apps with an image, Services, and Configuration
  2. Connecting to Apps: Learn to expose your App to the internet with Endpoints and connect with ephemeral SSH sessions
  3. Managing Apps: Learn to scale, restart, rename, restart, and delete your Apps