Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swissmanu/docker-fava

Docker image to run Fava for Beancount.
https://github.com/swissmanu/docker-fava

Last synced: 10 days ago
JSON representation

Docker image to run Fava for Beancount.

Awesome Lists containing this project

README

        

# 🐳 `ghcr.io/swissmanu/fava`

Docker image to run [Fava](https://beancount.github.io/fava/) for [Beancount](https://beancount.github.io/).

## Additional Features

- https://github.com/andreasgerstmayr/fava-dashboards

## Example Usage

```
docker run -v $PWD:/bean -e BEANCOUNT_FILE=/bean/main.bean -p 5000:5000 ghcr.io/swissmanu/fava
```