Installation
Boot OSSTBlok locally with Docker Compose in under two minutes.
Requirements
Docker 24+ with the Compose plugin.
A free port on 8080 (proxy) and 5432/6379/9000 for the backing services — or remap them.
~500 MB of RAM headroom for the combined stack.
bash
git clone https://github.com/rainerbernhard/osstblok.git
cd osstblok
cp .env.example .env
docker compose up -dFirst login
Open http://localhost:8080 and create the first user. That user becomes the admin of every space they create.