Networks - docker/compose

In Docker Compose, networks can be used to connect containers together and isolate them from the rest of the system. By default, Compose creates a single network for your application, but you can customize this behavior.