Version 0.7.0
Docker Support
This release adds Docker support to Fossil Tracker, providing a simple, repeatable deployment option for running the application in a containerised environment.
The Docker image bundles the complete application stack, allowing Fossil Tracker to be started with a single docker run command while keeping the SQLite database on the host through a mounted volume.
Although this release introduces no major end-user features, it lays important groundwork for the forthcoming Version 1.0.0 by simplifying installation, improving portability, and providing a consistent deployment model across Windows, macOS and Linux.
Highlights
- Added official Docker image
- Persistent SQLite database via mounted host volume
- Simplified deployment with a single container
- Docker Hub documentation and usage instructions
- Continued preparation for the Version 1.0.0 release