Deployment

Deployment - Docker Compose

  • Create a compose.yaml file to deploy the application and its dependencies using Docker Compose.
  • Add the following services to the compose.yaml file:
    • PostgreSQL database
  • Compose spec has the name sample-app-stack