Skip to content
Scott Robertson edited this page Jan 9, 2021 · 2 revisions

We build a with every push to master, so feel free to use that if you want to host this anywhere yourself. This works on systems like Kubernetes just fine.

docker pull ghcr.io/syncforynab/fintech-to-ynab:latest

You can then run the web server by running:

docker run -d \
 -p 3000:3000 \
 -e YNAB_ACCESS_TOKEN="xxxx" \
 -e YNAB_BUDGET_ID="xxxx" \
 -e YNAB_MONZO_ACCOUNT_ID="xxxx" \
 ghcr.io/syncforynab/fintech-to-ynab:latest