Services and Containers
Separate Services are deployed to separate Containers on Aptible.
Additionally, a given Service may also be deployed to multiple Containers (see: Scaling).
As such, it's important to remember that Containers are isolated and ephemeral, which means Containers for different services will not be allowed to communicate directly (you'll need to set up Endpoints or communicate through a Database), and won't share a filesystem.
Updated about 1 year ago