WYGIWYH logo

WYGIWYH

Opinionated, no-budget personal finance tracker with multi-currency support

Alternative to: ynab, mint, monarch money, actual budget


About Versions (91)

0.8.0

2025-01-29

Single Container

WYGIWYH can now be ran as a single container only requiring an external postgres database, this is now the recommended way of running it as it allows for better integration between WYGIWYH and Procrastinate and fixes some bugs related to caching.

See docker-compose.prod.yml for an example on how to setup. The only changes you need to do is the removal of procrastinate’s container, replace /start with /start-single on web’s command, you can also remove the mapped volume required for the import function.

[!NOTE] The legacy way of running, using two containers, is still supported and requires no changes, but I encourage you to update whenever possible.

Nightly Image

We now offer a :nightly tag on docker, that’s always built against the main repository and should contain most recent and ready to use changes.

Using this is only recommend for testing purposes, as there can be breaking undocumented changes, most users should keep using :latest or a fixed version tag.


What’s Changed

Full Changelog: https://github.com/eitchtee/WYGIWYH/compare/0.7.8…0.8.0