All Projects → grocy → Grocy Docker

grocy / Grocy Docker

Licence: mit
ERP beyond your fridge - now containerized - this is the docker repo of https://github.com/grocy/grocy

Projects that are alternatives of or similar to Grocy Docker

Grocy
ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
Stars: ✭ 3,602 (+2096.34%)
Mutual labels:  self-hosted, erp, home, food
Grocy Desktop
A (Windows) desktop application wrapper for https://github.com/grocy/grocy
Stars: ✭ 127 (-22.56%)
Mutual labels:  self-hosted, erp, home, food
Barcodebuddy
Barcode system for Grocy
Stars: ✭ 159 (-3.05%)
Mutual labels:  self-hosted, erp, home
Sustainable Green Plants
DIY high pressure aeroponics for the home
Stars: ✭ 84 (-48.78%)
Mutual labels:  home, food
Addon Grocy
Grocy - Home Assistant Community Add-ons
Stars: ✭ 97 (-40.85%)
Mutual labels:  erp, food
Trytond
Mirror of trytond
Stars: ✭ 145 (-11.59%)
Mutual labels:  erp
Scheduler Card
HA Lovelace card for control of scheduler entities
Stars: ✭ 154 (-6.1%)
Mutual labels:  home
Atheos
A self-hosted browser-based cloud IDE, updated from Codiad IDE
Stars: ✭ 144 (-12.2%)
Mutual labels:  self-hosted
Ambar
🔍 Ambar: Document Search Engine
Stars: ✭ 1,829 (+1015.24%)
Mutual labels:  self-hosted
Swiggy Analytics
Analyse your swiggy orders 🍔
Stars: ✭ 163 (-0.61%)
Mutual labels:  food
Leed
Leed (contraction de Light Feed) est un agrégateur RSS libre et minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive.
Stars: ✭ 160 (-2.44%)
Mutual labels:  self-hosted
Hakatime
Wakatime server implementation & analytics dashboard
Stars: ✭ 154 (-6.1%)
Mutual labels:  self-hosted
Commafeed
Google Reader inspired self-hosted RSS reader.
Stars: ✭ 1,842 (+1023.17%)
Mutual labels:  self-hosted
Openpapyrus
Sophisticated ERP, CRM, Point-Of-Sale, etc. Open source now. This system is developed since 1996.
Stars: ✭ 158 (-3.66%)
Mutual labels:  erp
Photoprism
Photos App powered by Go and Google TensorFlow 🌈
Stars: ✭ 17,946 (+10842.68%)
Mutual labels:  self-hosted
Ownhealthrecord
This repository is about the OwnHealthRecord Application Web App
Stars: ✭ 162 (-1.22%)
Mutual labels:  self-hosted
Airsonic
📡 ☁️ 🎶Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
Stars: ✭ 1,876 (+1043.9%)
Mutual labels:  self-hosted
Ex money
A [work-in-progress] self-hosted personal finance app
Stars: ✭ 154 (-6.1%)
Mutual labels:  self-hosted
Subspace
A simple WireGuard VPN server GUI
Stars: ✭ 2,109 (+1185.98%)
Mutual labels:  self-hosted
Lumo
Fast, cross-platform, standalone ClojureScript environment
Stars: ✭ 1,861 (+1034.76%)
Mutual labels:  self-hosted

grocy-docker

ERP beyond your fridge - now containerized!

This repository includes container build infrastructure for grocy.

Docker Pulls Docker Stars

Prerequisites

Follow these instructions to get Docker running on your server.

Quickstart

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.

Configuration

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.

Demo Mode

To run the container in demo mode, override the GROCY_MODE environment variable at application run-time:

GROCY_MODE=demo docker-compose up

Build

Docker Images

docker-compose build

Vulnerability Scans

Support is provided for running image vulnerability scans using the snyk CLI tool.

This requires authentication with Snyk during the vulnerability scanning process.

You can read more about Snyk's vulnerability database here.

To perform a vulnerability scan, use the following command:

npm run test

OCI Images

Optional support for building opencontainer images is available via the Makefile provided.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].