Self-host with Docker · Yantr
Monetr
Self-hosted personal finance app with budgeting, bank sync, and spending insights.
1
Ports
2
Notes
3
Use Cases
About
What Monetr does
Monetr is a self-hosted personal finance app for envelope budgeting and expense tracking. It supports optional bank sync via Plaid for automatic transaction import, detailed spending reports, and local file storage — running privately on your own hardware with PostgreSQL and Valkey.
Install Flow
How to self-host Monetr
Monetr can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Monetr does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Create envelope budgets to allocate income across categories like groceries, rent, and subscriptions, and track spending against each envelope in real time.
- Connect bank accounts via Plaid to automatically import transactions and keep your budget reconciled without manual entry.
- Self-host your entire financial data stack — Monetr, its database, and cache — so no financial information ever leaves your own server.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 4000 | HTTP | Web UI |
Docker Image
ghcr.io/monetr/monetr:latest
Service Name
monetr
Notes
Things to know before you deploy
- Set MONETR_DB_PASSWORD to a strong secret before first run — both the monetr app and the postgres container must share the same value.
- Bank account sync requires a Plaid API key; set MONETR_ALLOW_SIGN_UP=false after creating your account to lock registration.
Related Apps
More tools you might pair with Monetr
Page generated 2026-06-23T15:50:08.758Z