| Environment variable name | Description | Defaults |
|---|---|---|
BEANCOUNT_FILE | Path to *.beancount file | |
FAVA_OPTIONS | Additional Fava options |
https://github.com/beancount/fava/blob/master/contrib/docker https://pypi.org/project/fava/
docker buildx ls
docker buildx create --name multiarch --use
export FAVA_VERSION=1.14
docker buildx build --platform linux/amd64,linux/arm/v7 --build-arg VERSION=$FAVA_VERSION -t maxromanovsky/fava:${FAVA_VERSION} --push .
Content type
Image
Digest
Size
34.5 MB
Last updated
over 5 years ago
docker pull maxromanovsky/fava