Code Monkey home page Code Monkey logo

grocy-docker's Introduction

Grocy on Docker

ERP beyond your fridge - now containerized! This is the docker repo of grocy.

Docker Pulls Docker Stars

Install Docker

Follow these instructions to get Docker running on your server.

Available on Docker Hub (prebuilt) or built from source

To run using docker just do the following:

> docker-compose pull # if you haven't pulled or built
> docker-compose up

And grocy should be accessible via http(s)://localhost/. The https option will work. However, since the certificate is self-signed, most browsers will complain.

Note: if you have not pulled any of the images from the repository, when you do an up, it will attempt to build from scratch!

To pull the latest images to your machine:

docker pull grocy/grocy-docker:nginx
docker pull grocy/grocy-docker:grocy

Or just docker-compose pull.

Environmental variables:

As of grocy v.1.24.1, ENV variables are accessible via the docker-compose.yml file as long as they are prefixed by GROCY_. For example, to change the language from english to french, you can modify

GROCY_CULTURE: en

to

GROCY_CULTURE: fr

To build from scratch

docker-compose build

Additional Information

The docker images build are based on Alpine, with an extremelly low footprint (less than 10 MB for nginx, and less than 70MB for grocy with php-fm. That number is eventually bumped up to 490MB after all the dependencies are downloaded, however).

License

The MIT License (MIT)

grocy-docker's People

Contributors

berrnd avatar kilakewe avatar lwis avatar source-kod avatar talmai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.