docker-compose up does not have -e to set environment variables
docker-compose run has but those variables will be available by a process in the running container not by the yaml parser
You can use variables in the docker-compoye.ymlif you create a file named .env next to the docker-compose.yml to set the variable like: data=cfc151dc475be39535b438d54d245107c5f1ce022622a0eae53bc03016aa987d
Cool, this is great scripts. And thank you, I’m understand about -e parameters to composer. But I’m still confused - what correct last line in compose file? I’m not sure about “name” - is this correct?