SecureSECO / SearchSECODatabaseAPI

GNU Affero General Public License v3.0
0 stars 3 forks source link

improve .env file function #17

Open z1gz opened 2 years ago

z1gz commented 2 years ago

The .env file does not work as expected.

Expected behavior: set configuration in .env file and it work at run-time of the docker container.

Actual behavior: the .env file configuration is read as a file directly by the "api" docker container (and not as environment variables) so the settings must be built into the docker image (which is less flexible and not as effective).