Quick Start Guide
Follow these steps to quickly get your BoardGameTracker up and running with Docker.
-
Download the latest
docker-compose.ymlfile and make any adjustments you need to the configuration.Terminal window wget https://raw.githubusercontent.com/mregni/BoardGameTracker/refs/heads/dev/docker-compose.yml -
Update the
DB_PASSWORD,TZandJWT_SECRETvalues 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 -
Open your browser at
http://localhost:5444and log in.