Skip to content

bergstr/fava-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fava-docker

A Dockerfile for beancount-fava

Environment Variable

  • BEANCOUNT_FILE: path to your beancount file. Default to empty string.

Usage Example

# 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.

Note on auto build

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.

About

A Dockerfile for beancount-fava

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%