Skip to content

Quick Start Guide

Follow these steps to quickly get your BoardGameTracker up and running with Docker.

  1. Download the latest docker-compose.yml file and make any adjustments you need to the configuration.

    Terminal window
    wget https://raw.githubusercontent.com/mregni/BoardGameTracker/refs/heads/dev/docker-compose.yml
  2. Update the DB_PASSWORD, TZ and JWT_SECRET values in the compose file, then start the stack. This launches the BoardGameTracker container together with the PostgreSQL database it needs.

    Terminal window
    docker-compose up -d
  3. Open your browser at http://localhost:5444 and log in.