Which environment variables does the HA docker image provide for (initial) setup?

It does not support env-variables for configuration directly, but you can set variables and address them in configuration.yaml:

recorder:
  db_url: !env_var HASS_RECORDER_DB_URL
2 Likes