thorrak / fermentrack

A replacement web interface for BrewPi
MIT License
134 stars 61 forks source link

Fermentrack will not start after installing docker image running on Unraid #772

Closed jmaill closed 5 months ago

jmaill commented 7 months ago

Fermentrack will not start after installing docker image, running on Unraid

When running Code: docker pull jdbeeler/fermentrack I get an error Code: /entrypoint: line 9: POSTGRES_USER: unbound variable

thorrak commented 7 months ago

The fermentrack image is intended to be used as part of a docker compose stack. You’ll need to either use the fermentrack tools install script or follow how it creates the environment variable files for use by docker compose when configuring the stack. Unfortunately, you can’t just pull the image and have it work.