Budget Board
Simple app for tracking monthly spending and working towards financial goals
Alternative to: mint, ynab, monarch money

v2.5.2
2025-09-06Postgres port is now configurable from compose.override.yml. If not specified, then it will revert to the default. Existing users should not need to make any changes if their stack works already.
Updated the client container to check that the database is ready before starting.
Big thanks to @VslVictor7 for these changes!
What’s Changed
- Feat: new environment for POSTGRES_PORT, small healthcheck in DB by @VslVictor7 in https://github.com/teelur/budget-board/pull/528
- exclude files to trigger build by @teelur in https://github.com/teelur/budget-board/pull/529
- Add POSTGRES_PORT environment variable by @teelur in https://github.com/teelur/budget-board/pull/530
New Contributors
- @VslVictor7 made their first contribution in https://github.com/teelur/budget-board/pull/528
Full Changelog: https://github.com/teelur/budget-board/compare/v2.5.1…v2.5.2