add example image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-11-12 13:20:53 -07:00
parent 1ca36eaba9
commit b690c20a90
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,12 @@
Track your securities in YNAB for account types and update your balance automatically. For each configured account, it will update the balance from your broker in YNAB every 6 hours by creating / editing a transaction named "Capital Gains or Losses". On days that exchanges are closed, it will not do anything. The end result is that there will be transaction each day with payee "Capital Gains or Losses" in YNAB for each account you configure, which allows tracking your account balance over time.
It syncs your balance like magic!
![alt text][logo]
[logo]: https://deadbeef.codes/steven/ynab-portfolio-monitor/raw/branch/main/example-image.png "It syncs your balance like magic!"
### Example docker-compose.yml
The values below are examples only. You can configure as many account pairings as you want using environment variables in a continuous series starting from 0 as shown below. Two example accounts are configured ending in _0 and _1 but a third can be added by adding account numbers/ID with _2.
@ -27,4 +33,5 @@ services:
volumes:
- /data/ynab-portfolio-monitor-data:/data
```
```

BIN
example-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB