A free and open source personal finance manager
This repository contains some of the helper scripts you may need when setting up Firefly III using Docker.
The Firefly III Docker image is built on Azure and published on Docker Hub. You can find the Dockerfile on Azure. There are several tags available:
fireflyiii/core:latest
The latest version. Will be stable.fireflyiii/core:version-x.x.x
A version tag, frozen to a specific patch version. Old version tags will be removed after about 6 months.fireflyiii/core:version-x.x
A version tag, frozen to a specific minor version. Old version tags will be removed after about 6 months.fireflyiii/core:version-x
A version tag, frozen to a specific major version. Old version tags will be removed after about 6 months.
For daredevils, the following tags are available:
fireflyiii/core:develop
The latest development build. May not even boot.fireflyiii/core:alpha
The latest alpha release, if available.fireflyiii/core:beta
.
The latest beta release, if available.
The Firefly III Data Importer Docker image is built on Azure and published on Docker Hub. You can find the Dockerfile on Azure. There are several tags available:
fireflyiii/data-importer:latest
The latest version. Will be stable.fireflyiii/core:version-x.x.x
A version tag, frozen to a specific patch version. Old version tags will be removed after about 6 months.
This repository also contains the docker-compose.yml file which you can use to instantly run a version of Firefly III with a MariaDB (aka MySQL) database.
The alternative, docker-compose-importer.yml also contains the Data Importer.
Some people use another database image instead of the provided database. This is entirely up to you of course, but make sure you change the environment variables if you switch away from MySQL or MariaDB.
The database image provided by docker-compose.yml may not provide the same system architectures as the Firefly III image does. On system with a i386-architecture for example this means that Firefly III will run fine, but the provided database will not. Be aware that this may happen to you, although it's a rare occurrence.
The Dockerfile no longer resides in this repository. The Dockerfile and the associated build script can be found on Azure:
Here are some links for your reading pleasure.
- Firefly III on GitHub
- Firefly III Documentation
- Firefly III on Docker Hub
- Firefly III Docker on Azure
Please open any issues you have in the main repository.
Do you want to contact me? You can email me at james@firefly-iii.org or get in touch through one of the following support channels:
- GitHub Discussions for questions and support
- Gitter.im for a good chat and a quick answer
- GitHub Issues for bugs and issues
- Mastodon for news and updates
If you like Firefly III and if it helps you save lots of money, why not send me a dime for every dollar saved! 🥳
OK that was a joke. If you feel Firefly III made your life better, please consider contributing as a sponsor. Please check out my Patreon and GitHub Sponsors page for more information. You can also buy me a ☕️ coffee at ko-fi.com. Thank you for your consideration.