Self-hosted personal inventory & finance PWA — offline-first, Rust + React.
436
Self-hosted personal inventory and finance manager — offline-first PWA with Rust + SQLite.
GitHub: boubli/drimux
docker pull tradmss/drimux:latest
services:
drimux:
image: tradmss/drimux:latest
ports:
- "3000:3000"
environment:
DRIMUX_JWT_SECRET: change-me-to-a-long-random-string
volumes:
- drimux_data:/data
restart: unless-stopped
volumes:
drimux_data:
Open http://localhost:3000/setup on first run to create your admin account.
| Path | Purpose |
|---|---|
/data | SQLite database (drimux.db) and product image uploads |
| Variable | Default | Notes |
|---|---|---|
DRIMUX_JWT_SECRET | (required) | Set a strong secret in production |
DRIMUX_PORT | 3000 | HTTP port inside the container |
See the GitHub README for all options.
Content type
Image
Digest
sha256:536337a75…
Size
35 MB
Last updated
3 months ago
docker pull tradmss/drimux