In docker we can pass environment variable as docker run -e -e "TEST_SUITE=TNT-TestSuite.xml".
Can I do the same or similar for the docker-compose? Right now I had to define this kind envirment varible into the docker-compose.yml file. But I want to pass it when I run the command as docker-compose -e "TEST_SUITE=TNT-TestSuite.xml" up or something similar? Please let me know.