Fava

Fava is the web frontend of Beancount, a text based double-entry accounting system.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  fava:
    image: yegle/fava
    volumes:
      - $PWD:/bean
    environment:
      - BEANCOUNT_FILE=/bean/example.bean
    restart: unless-stopped

Resources

Website: https://beancount.github.io/fava/

GitHub: https://github.com/beancount/fava

Docker Hub: https://hub.docker.com/r/yegle/fava

Configuration: See the Docker Hub page