grumpydb 5.0.0

A disk-based object storage engine with B+Tree indexing and page-based storage
Documentation
1
2
3
4
5
6
7
8
# GrumpyDB Docker Compose environment variables.
# Copy this file to `.env` and edit the values before running `docker compose up`.

# REQUIRED: bootstrap password for the first-run admin user (tenant=_system, user=admin).
# After the first start, this value is ignored by the server (the auth store
# persists on disk), but docker-compose still requires it to be set.
# Change this to a strong password before any non-throwaway use.
GRUMPYDB_BOOTSTRAP_PASSWORD=change-me-locally