Docker-compose.yml 1. Version:- Specifies the docker-Compose 'version:' and this version does't relate directly to the version of docker-compose that you have installed this is just a version of docker-compose file format that we wish to write. 2. Services:- This section defines the containers that will be started as a part of the Docker Compose instance. 3. Networks:- This section is used to configure networking for your application. You can change the settings of the defa









