Installation Introduction
This section describes how to setup your self-managed instance of Plumber.
Installation methods
- 🐳 Docker Compose (recommended)
- 🐳 Docker Compose Local (for testing on your computer)
- 🚀 Kubernetes with Helm
- 🕸 Podman (community-supported)
Infrastructure
The Plumber Infrastructure is composed of the following components:
- Plumber frontend: the Plumber interface
- Plumber backend: the Plumber backend and API
- Plumber worker: used to run the tasks of asynchronous requests
- PostgreSQL: used to store Plumber backend data
- Redis: used to cache Plumber data and create tasks lists for workers