Installation
dblumi is self-hosted. The recommended way to run it is with Docker.
Requirements
Section titled “Requirements”- Docker and Docker Compose
- A PostgreSQL, MySQL, or Oracle database to connect to
Docker Compose (recommended)
Section titled “Docker Compose (recommended)”Create a docker-compose.yml file:
services: dblumi: image: eodia/dblumi:latest ports: - "3000:3000" environment: - JWT_SECRET=your-secret-here volumes: - dblumi-data:/app/data
volumes: dblumi-data:Then run:
docker compose up -ddblumi will be available at http://localhost:3000.
First launch
Section titled “First launch”On first launch, you will be prompted to create an admin account. This account has full access to manage users, groups, and connections.