Skip to content

A docker image for fermentrack to run on a raspberry pi

Notifications You must be signed in to change notification settings

travisbaker/fermentrack-docker-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fermentrack Rapbery Pi Docker

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

About

A docker image for fermentrack to run on a raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published