Skip to content

Running The App

Mark edited this page Feb 8, 2026 · 2 revisions

Running the App

Getting AudioBookRequest up and running.

Overview

The app has a docker image that simplifies the deployment. The preferred methods of running the application all revolve around running the Docker image in different ways.

Select the method you want to use to deploy below or if your tool is not listed (for example Portainer), head to the Docker page.

Deployment Methods

  • Docker - Run manually with Docker
  • Docker Compose - Use Docker Compose for easier configuration
  • Kubernetes - Deploy to a Kubernetes cluster
  • Bare Metal - Run without Docker (not recommended for production)

Clone this wiki locally