Container Isolation

Containers on Aptible are isolated. If you need multiple Containers to communicate, you should use one of the following options:

  • For web APIs or microservices, set up an Endpoint and direct your requests to the Endpoint.
  • For background workers, use a Database as a message queue. Aptible supports Redis and RabbitMQ, which are well-suited for this use case.