I have docker-compose.yml file present in the repository. I have added the image attribute in one of the services to pull the docker images. I have not hard coded the docker image and docker tag and planning to pass these arguments at the runtime to docker-compose.yml file.
How to pass the runtime arguments like IMAGE_TAG=82, IMAGE_NAME=app1 to the docker-compose.yml file?


