I install redash with Docker Compose base on your official documentation.
I check out master branch from your GitHub account and run docker-compose -f docker-compose.production.yml up
But I can’t find .env file, not in redash_server_1 nor redash_worker_1

I check your Dockerfile and Dockerfile for redash/base (https://github.com/getredash/redash/blob/master/Dockerfile), I think you remove /opt/redash directory am I wrong?

Do you have any suggestion?

Regards,

Hi.

I think .env file does not exit on Docker container. If you need to use environment variables, you should use environment in compose file.

These settings are already specified in compose files. You can change, then restart the container.