Skip to content

Quick Start

Create a compose.yaml file:

yaml
services:
  bricktracker:
    image: gitea.baerentsen.space/frederikbaerentsen/bricktracker:latest
    ports:
      - "3333:3333"
    volumes:
      - ./data:/app/data/
    environment:
      - BK_REBRICKABLE_API_KEY=API-KEY

Create local the folders:

bash
mkdir -p data/{instructions,minifigures,parts,sets}

Start BrickTracker:

bash
docker compose up -d

Visit http://localhost:3333 to start managing your LEGO collection!

First Steps

Resources

Released under the MIT License.