It appears that this nice utility does not pre-process the docker-compose.yml file with its .env file, if a .env file is used to parameterize the compose file. The result is that variable replacements are blanked in the generated image.
Is there an argument or step to use to get the visualizer to use environment variable substitutions before parsing the text of the compose specification?
It appears that this nice utility does not pre-process the docker-compose.yml file with its .env file, if a .env file is used to parameterize the compose file. The result is that variable replacements are blanked in the generated image.
Is there an argument or step to use to get the visualizer to use environment variable substitutions before parsing the text of the compose specification?