This is a fork of the fermentrack-docker image created by sard0k for running on raspbian.
Installs Fermentrack and its prerequisites, including nginx, php, python etc. Fermentrack is built from https://github.com/thorrak/fermentrack.
To run use:
docker run -d \
-p 8890:80 \
--name=fermentrack\
-v <local_data_location>:/home/fermentrack/fermentrack/data \
-v <local_data_location>/db.sqlite3:/home/fermentrack/fermentrack/db.sqlite3 \
fermentrack-docker-pi
or use the provided docker-compose.yml file to configure, then run your fermentrack image
docker-compose up -d --force-recreate