3liz / lizmap-docker-compose

Run Lizmap stack with docker-compose
30 stars 42 forks source link

Allow for custom environment #41

Closed dmarteau closed 1 year ago

dmarteau commented 1 year ago

Description

Allow for using a custom env.default setting:

In normal mode, the environment is a closed set of variables. Custom installation from a custom INSTALL_SOURCE may use a larger set of variables with the custom docker-compose.yml.

Changes

nboisteault commented 1 year ago

@dmarteau What are the use cases?

dmarteau commented 1 year ago

@nboisteault as stated:

Custom installation from a custom INSTALL_SOURCE may use a larger set of variables

Needed this when configuring specific installation for customer: allow for more fine-grained customization.