Hi,
In Docker hub guideline, I find some docker-compose examples which use environment variables (like HOST, PORT, USER, PASSWORD, PASSWORD_FILE).
I assume some up-to all configurations can be inputted via environment variables.
I've looked up, but cannot find the list of supported environment variables.
Anyone cares to share the list?
For a bit of context, I use Docker to run & deploy Odoo, and env vars are usually how I configure services in Docker instances.
I mean config file is nice, but I prefer inputting DB password via env var.