fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
983 stars 32 forks source link

[REQ] Use of conf file instead of Environmental Variables #293

Open tam481 opened 1 year ago

tam481 commented 1 year ago

Please add the ability to load configurations from a conf file in whatever format suits you i.e. json, xml or yaml etc.

fmartinou commented 1 year ago

Hi @tam481 ,

Can I challenge the requirement? Can you explain why you need this?

Currently all config properties come from Env vars, which complies with the 12-factor app recommendations.

Because wud is deployed as a container, the configuration can already be stored in config files no matter the tools you use to deploy it: