Docker Tips - 02 Override
We can pass in a range of files using the -f flag and the following files override any values in the previous file or add if not present.
We can use compose.yml as default now rather than docker-compose.yml.
In Docker Compose, 'depends_on' field is used to express the dependencies between the services of an application and specify the order in which these services should be started and stopped.
https://pytest-cookbook.com/docker/do...