...
Variables allow you to customize the configuration of containers. We define some of them the minimum required to configure an environment in docker-compose.yml
and .env
files to configure the environment, but there are other more variables that allow further configuration and must be manually defined.
...