Skip to content

Introduction

We currently offer a Docker Compose file to self-host Scrumlr. There is also a helm chart wich is not released yet.

Scrumlr is composed of 4 main services:

  • frontend: Our React frontend that is served statically.
  • backend: Our Go backend that serves the API and WebSocket.
  • database: A PostgreSQL database that stores all data.
  • nats: A NATS server which is used to send events asynchronously and keep our backend services in sync.

-> Docker Compose

-> Kubernetes