kpine / fava-docker

A Dockerfile for beancount-fava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fava-docker

Example docker-compose.yaml:

services:
  fava:
    image: ghcr.io/kpine/fava:latest
    restart: unless-stopped
    environment:
      - "TZ=America/Los_Angeles"
      - "BEANCOUNT_FILE=/fava/ledger.beancount"
    volumes:
      - "./fava:/fava"

About

A Dockerfile for beancount-fava

License:MIT License


Languages

Language:Earthly 50.9%Language:Python 24.5%Language:Nix 24.4%Language:Shell 0.2%