A Dockerfile for beancount-fava
BEANCOUNT_FILE
: path to your beancount file. Default to empty string.
# assume you have example.bean in the current directory
docker run -v $PWD:/bean -e BEANCOUNT_FILE=/bean/example.bean yegle/fava
NOTE: The command above does not expose the Fava HTTP server port outside of Docker's internal network.
This allows you to use your own reverse proxy.
If you do want to expose the service without using a reverse proxy for local testing, you must add -p 5000:5000
to access Fava on http://localhost:5000.
The docker image was switched
from build by Docker Hub to Github Actions. The image label pattern is
changed: instead of labeled version-1.xx
it's now labeled v1.xx
.
You can check the auto build logs at https://github.com/yegle/fava-docker/actions.