naturalsolutions / ecoSecrets

ecoSecrets is a web application which enables users to manage their camera traps data
https://demo.ecosecrets.natural-solutions.eu/
GNU General Public License v3.0
15 stars 6 forks source link

Fix/dynamic env variables #43

Closed mvergez closed 9 months ago

mvergez commented 9 months ago

New way of managing environment variables for frontend to build frontend image that does not depend on ARG or env variables.

Env variables are loaded when the image in mounted which enables to use current environment variable.

Updated all affected files