Skip to content

Deployment

Kamerplanter can be operated in different ways — from a single docker compose up on your own machine to a fully managed Kubernetes cluster.

Which method is right for you?

Scenario Recommended method
Trying it out, single user, home network Docker Compose Quick Start
Permanent operation on Raspberry Pi / NAS Docker Compose Permanent Operation
Multiple users, high availability, professional use Kubernetes + Helm / ArgoCD

Set the mandatory secrets before every rollout

Regardless of the path you choose, the backend refuses to start once DEBUG=false is set and JWT_SECRET_KEY, FERNET_KEY, or ERASURE_TOMBSTONE_SALT is missing. Every deployment page in this section shows where these values belong — the complete reference lives in the Configuration Matrix.

In this section

Docker Compose

Kubernetes