Compose reads the .env file by default when running but does not pass these to the container. env_file errors if the .env file isn't available but we also dont want it in version control. Implemented workaround by reading env file location from .env and using .env.tmpl as a fallback.
Changelog: fixed