LibreBooking / docker

Librebooking as a docker container
GNU General Public License v3.0
11 stars 9 forks source link

Choice of container environment: dev or prod #46

Closed colisee closed 1 year ago

colisee commented 1 year ago

Give the user the possibility to specify the file used to initialize config.php, through the new environment variable LB_ENV .

LB_ENV File used to initialize config.php
production /var/www/html/config/config.dist.php
dev /var/www/html/config/config.devel.php

LB_ENV default value is production