Use dedicated system for config
Currently configs are saved in a file in the docker. Even though this is nice for development, it is not flexible or secure enough for prod. There are mainly two options for improvement:
- Use of a dedicated config system (like vault or others)
- Use ENV to provide config
- Search for better solution In any case, the config file should stay available in dev environment