I was a defined a container group with 6 containers. Each container depends on another container by using the hostname of that container.
For example:
Container A contains DB with port 3306
Container B used DB connection like jdbc:mysql://A:3306/ (A defines the hostname of Container A)
So how do I configure YAML file for defining the hostname for the containers?
