docker run -i containername:dev --env-file=myenvfile
ENV abc=hello ENV abc=bye def=$abc ENV ghi=$abc
web: env_file: - web-variables.env
ENV <key>=<value> ...