DockerComposeFixture
DockerComposeFixture copied to clipboard
enable to pass environment variables from outside
In my project, I wanted to parameterize docker-compose file by environment variables.
So that I can launch multiple instances of docker-compose and each binds to different ports and mounts on different path.
It's working fine in my project. So I will share here.