There is an example .env file, but it's best define the environment variables in the Dockerfile too. They can have default values. For example ``` ENV DB_PORT=5432 ```