rudolphi / open_enventory

PHP/MySQL-based chemical inventory/Electronic Lab Notebook for chemistry
https://sourceforge.net/projects/enventory/
GNU Affero General Public License v3.0
9 stars 6 forks source link

First part of the customizations for use of OpenEnventory in Docker #1

Closed mpibpc-mroose closed 5 years ago

mpibpc-mroose commented 5 years ago

Some of the global settings have to be made configurable from "outside", which means without actually modifiing the .php file. This has been done by using environment variables for that with default values in case they are not set.

Additionally an emtpy folder for customizations (e.g. images) was introduced which can be made available as a docker volume from outside.