ERP beyond your fridge - now containerized!
This repository includes container build infrastructure for grocy.
Follow these instructions to get Docker running on your server.
To get started using pre-built Docker Hub grocy images, run the following commands:
docker-compose pull
docker-compose up
The grocy application should now be accessible locally to the server:
Since the images contain self-signed certificates, your browser may display a warning when visiting the HTTPS URL.
The grocy application reads configuration settings from environment variables prefixed by GROCY_
.
Runtime environment variables are read by docker-compose
from the grocy.env file in this directory.
The default login credentials are username admin
and password admin
; please change these before providing end-user access to your deployment.
To run the container in demo mode, override the GROCY_MODE
environment variable at application run-time:
GROCY_MODE=demo docker-compose up
docker-compose build
Optional support for building opencontainer images is available via the Makefile provided.